Query
Thursday 28 August 2014
2014-08-28 12:59:58 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/lib/modules/Cache.pmod/module.pmod (+10/-0)(10 lines)
branch: 8.0
[autodoc] Some toplevel documentatioon for Cache.
Tuesday 26 August 2014
2014-08-26 09:14:22 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/src/modules/Postgres/postgres.c (+4/-1)(5 lines)
branch: 8.0
[autodoc] Added some linebreaks
Monday 25 August 2014
2014-08-25 18:13:52 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/lib/modules/Sql.pmod/Sql.pike (+37/-0)(37 lines)
branch: 8.0
[autodoc] List the drivers in Sql.Sql.create
2014-08-25 17:53:31 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/src/modules/Mysql/mysql.c (+5/-5)(10 lines)
branch: 8.0
[autodoc] Some rewording
- pike/src/modules/PDF/pdflib_glue.c (+7/-0)(7 lines)
branch: 8.0
[autodoc] Document PDF.PDFgen create method
- pike/lib/modules/Pango.pmod (+2/-1)(3 lines)
branch: 8.0
[autodoc] Removed import autodoc comment in Pango.
It was the only documented thing in the module
2014-08-25 17:42:55 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/lib/modules/Locale.pmod/module.pmod (+20/-0)(20 lines)
branch: 8.0
[autodoc] Added note about extract_locale to the Locale module.
- pike/lib/modules/Local.pmod (+20/-10)(30 lines)
branch: 8.0
[autodoc] Some reformatting.
2014-08-25 17:28:17 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/src/modules/Image/image.c (+11/-3)(14 lines)
branch: 8.0
[autodoc] Minimal pointers in Image module toplevel doc
2014-08-25 17:03:33 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/lib/modules/Calendar.pmod/module.pmod (+5/-4)(9 lines)
- pike/lib/modules/Charset.pmod/module.pmod (+1/-9)(10 lines)
branch: 8.0
[autodoc] Fixed erronous commit
2014-08-25 16:48:09 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/lib/modules/Calendar.pmod/Events.pmod (+39/-0)(39 lines)
- pike/lib/modules/Calendar.pmod/module.pmod (+471/-0)(471 lines)
- pike/lib/modules/Charset.pmod/module.pmod (+10/-0)(10 lines)
branch: 8.0
[autodoc] Added Calendar documentation from the FAQ.
It is actually rather useful. But very hard to find
2014-08-25 16:41:58 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/lib/modules/Cache.pmod/Data.pike (+2/-1)(3 lines)
- pike/lib/modules/Cache.pmod/Policy.pmod/Null.pike (+2/-0)(2 lines)
- pike/lib/modules/Cache.pmod/Storage.pmod/Gdbm.pike (+3/-0)(3 lines)
- pike/lib/modules/Cache.pmod/Storage.pmod/MySQL.pike (+3/-0)(3 lines)
- pike/lib/modules/Cache.pmod/Storage.pmod/Yabu.pike (+3/-0)(3 lines)
branch: 8.0
[autodoc] Added some minimal documentation to the Cache module
2014-08-25 16:25:15 (9 years ago) by Per Hedbor <ph@opera.com>
- pike/lib/modules/Arg.pmod (+41/-0)(41 lines)
branch: 8.0
[autodoc] Added some minimal information about the Arg module