| Commit message (Expand) | Author | Age |
* | fix rcs_add() of a text file under a name that had been a binary file | Amitai Schlair | 2012-02-05 |
* | rcs_diff() would always return unbounded output, fixed | Amitai Schlair | 2012-02-05 |
* | Missed a portability spot. | Amitai Schlair | 2012-02-03 |
* | add news item for ikiwiki 3.20120202 | Joey Hess | 2012-02-02 |
* | can't do that, and testing transition already resolved | Joey Hess | 2012-02-02 |
* | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2012-02-02 |
|\ |
|
| * | (no commit message) | http://jmtd.net/ | 2012-02-02 |
| * | Remove dead blog link and add blipfoto link instead | https://www.google.com/accounts/o8/id?id=AItOawl-Dfpjeo0tdkNTg42sLTYYyDGTmXE9z9M | 2012-02-02 |
| * | Account for the strangeness of my committer email. | Amitai Schlair | 2012-02-02 |
* | | releasing version 3.20120202 | Joey Hess | 2012-02-02 |
* | | revert change to prettydate•••Its strftime is from Date::Format, doesn't have the problem, and using the
POSIX one breaks its %o.
| Joey Hess | 2012-02-02 |
|/ |
|
* | Merge remote-tracking branch 'schmonz/cvs' | Joey Hess | 2012-02-02 |
|\ |
|
| * | Update test plan, missed in previous. | Amitai Schlair | 2012-02-01 |
| * | Merge branch 'master' into cvs | Amitai Schlair | 2012-02-01 |
| |\ |
|
| | * | Merge branch 'master' of git://git.ikiwiki.info | Amitai Schlair | 2012-02-01 |
| | |\ |
|
| | * \ | Merge branch 'master' of git://git.ikiwiki.info | Amitai Schlair | 2012-01-31 |
| | |\ \ |
|
| * | | | | Express rcs_recentchanges() tests via utility functions, in preparation•••for writing more thorough tests, in order to safely extract the
cvsps output-parsing routine for reuse by an upcoming rcs_revert().
| Amitai Schlair | 2012-02-01 |
| * | | | | Fail a test if an rcs_receive() hook is ever defined for CVS. | Amitai Schlair | 2012-02-01 |
| * | | | | Extract add_and_commit(), a common test action. | Amitai Schlair | 2012-02-01 |
| |/ / / |
|
| * | | | Merge branch 'master' into cvs | Amitai Schlair | 2012-01-30 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of git://git.ikiwiki.info | Amitai Schlair | 2012-01-30 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch 'master' of github.com:schmonz/ikiwiki | Amitai Schlair | 2012-01-30 |
| | |\ \ \ \ |
|
| * | | | | | | Merge remaining TODO items into CVS page, and delete TODO.cvs. | Amitai Schlair | 2012-01-30 |
* | | | | | | | link added | https://www.google.com/accounts/o8/id?id=AItOawnpPUuwvqeRyAInHCU3a5UWxXg-iidR2Y4 | 2012-02-02 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | fix typo in LC_TIME locale lookup | Joey Hess | 2012-02-01 |
* | | | | | | clean example blog•••This reverts commit e8dfb79a80103c70371b8c741ecac1e80936a63c
| http://smcv.pseudorandom.co.uk/ | 2012-02-01 |
| |_|_|_|/
|/| | | | |
|
* | | | | | A comment. | https://www.google.com/accounts/o8/id?id=AItOawm3nkx3XijKnsGW7VLDQW0SrfY2Hs0GKmM | 2012-01-31 |
| |_|_|/
|/| | | |
|
* | | | | agreed | http://kerravonsen.dreamwidth.org/ | 2012-01-30 |
* | | | | there are actually reasons, yes | http://kerravonsen.dreamwidth.org/ | 2012-01-30 |
* | | | | remove non-ikiwiki site | Joey Hess | 2012-01-30 |
* | | | | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2012-01-30 |
|\ \ \ \ |
|
| * | | | | Added a comment | http://joey.kitenet.net/ | 2012-01-30 |
* | | | | | remove stealthy spam | Joey Hess | 2012-01-30 |
|/ / / / |
|
* | | | | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2012-01-30 |
|\ \ \ \ |
|
| * | | | | Added a comment | http://joey.kitenet.net/ | 2012-01-30 |
* | | | | | fix typo (doubled quote) | Joey Hess | 2012-01-30 |
|/ / / / |
|
* | | | | changelog | Joey Hess | 2012-01-30 |
* | | | | Merge remote-tracking branch 'schmonz/portability' | Joey Hess | 2012-01-30 |
|\ \ \ \ |
|
| * | | | | Portability fixes:•••* Define overridable defaults for SYSCONFDIR and MANDIR.
* Avoid GNUisms in sed(1) and cp(1).
| Amitai Schlair | 2012-01-08 |
| * | | | | When generating scripts, give them the interpreter we generated them with. | Amitai Schlair | 2012-01-08 |
* | | | | | cleanup | Joey Hess | 2012-01-30 |
* | | | | | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2012-01-30 |
|\ \ \ \ \ |
|
| * | | | | | comment on haskell rebuild | tycho garen | 2012-01-30 |
* | | | | | | fix | Joey Hess | 2012-01-30 |
* | | | | | | document a bug fix•••Original bug was introduced 24 Nov 2011.
| Joey Hess | 2012-01-30 |
* | | | | | | calendar, prettydate: Fix strftime encoding bug•••strftime is a C function, it does not return decoded utf8.
Several places in ikiwiki manually decoded it, but at least two
forgot to.
Also, strftime might not return even encoded utf8, if LC_TIME is set
to a non-utf8 value. Went ahead and supported decoding whatever encoding
it uses.
The remaining direct calls to strftime() are all ones that first set
LC_TIME=C, in order to get times that are not for human display.
| Joey Hess | 2012-01-30 |
* | | | | | | merged | Joey Hess | 2012-01-30 |
|/ / / / / |
|
* | | | | | changelog | Joey Hess | 2012-01-30 |
* | | | | | nuke | Joey Hess | 2012-01-30 |
* | | | | | query | Joey Hess | 2012-01-30 |