summaryrefslogtreecommitdiff
path: root/src/times.cc
Commit message (Collapse)AuthorAgeFilesLines
* Patched some date-sensitive testsJohn Wiegley2009-03-021-1/+1
|
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-1/+1
|
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-37/+37
| | | | | | | | | | | | | | | | These strings are now collected automagically in the file po/ledger.pot. If you'd like to produce a translation, just run this command after building Ledger: msginit -l LOCALE -o LANG.po -i po/ledger.pot Where LOCALE is a string like de or en_GB, and LANG is a short descriptive word for your language. Then send me this .po file so I can commit it to the Ledger sources (alternatively, you could maintain the file in a fork on GitHub), and setup the build script to format and install your new message catalog during a "make install".
* Greatly improved the way "weeks" are iteratedJohn Wiegley2009-02-211-7/+45
|
* Re-enabled parsing of timelog dataJohn Wiegley2009-02-191-4/+6
|
* Parse 2004/01 as YYYY/mmJohn Wiegley2009-02-181-0/+3
|
* Fixed the way interval_t objects are initializedJohn Wiegley2009-02-141-11/+9
|
* Removed interval_t::advanced, which was unusedJohn Wiegley2009-02-141-3/+0
|
* Rewrote the "entry" command. It's ALIVE!John Wiegley2009-02-111-5/+13
|
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-2/+4
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-30/+13
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Changed output_date_format to match 08-Aug-14 format.John Wiegley2008-08-141-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+350
is in doc/, etc.