index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
times.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Untabified all source files
John Wiegley
2010-06-11
1
-442
/
+442
*
Allow opt -NDEBUG build to complete without warnings
John Wiegley
2010-06-04
1
-0
/
+2
*
Fixed two memory reference errors
John Wiegley
2010-06-02
1
-7
/
+6
*
If FMT_CUSTOM is given, and no format, use FMT_PRINTED
John Wiegley
2010-05-22
1
-2
/
+2
*
Report an error for incorrect dates like 2010/04/32
John Wiegley
2010-05-22
1
-20
/
+34
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Restore "-p this" option (aka -p 'this month')
John Wiegley
2010-01-21
1
-11
/
+7
*
Fix for date parsing when no year is given
John Wiegley
2010-01-16
1
-1
/
+1
*
Don't rely on the integral value of a boolean
John Wiegley
2009-11-20
1
-2
/
+5
*
Guarded some debug code
John Wiegley
2009-11-18
1
-0
/
+2
*
The new period parser is passing all tests
John Wiegley
2009-11-18
1
-102
/
+173
*
The new period parser is implemented, but untested
John Wiegley
2009-11-18
1
-308
/
+651
*
Added a "range" member to date_interval_t
John Wiegley
2009-11-18
1
-11
/
+8
*
Added several new types for working with dates and ranges
John Wiegley
2009-11-17
1
-0
/
+288
*
Moved date_interval_t::duration_t to date_duration_t
John Wiegley
2009-11-17
1
-29
/
+29
*
Added a date_traits_t type
John Wiegley
2009-11-17
1
-26
/
+24
*
Renamed date_interval_t::end to finish
John Wiegley
2009-11-17
1
-38
/
+38
*
Stylistic change: assert(0) -> assert(false)
John Wiegley
2009-11-13
1
-4
/
+4
*
Fixed issues with period strings like "2009/10"
John Wiegley
2009-11-02
1
-16
/
+24
*
date_interval_t now uses a duration_t object
John Wiegley
2009-10-30
1
-77
/
+45
*
Support a --now option, for testing purposes
John Wiegley
2009-10-27
1
-0
/
+2
*
Fixed the Boost facet-based time parsing code
John Wiegley
2009-10-25
1
-13
/
+24
*
Whitespace and comment changes
John Wiegley
2009-10-25
1
-10
/
+10
*
Rewrote the way date and time I/O is managed
John Wiegley
2009-10-25
1
-57
/
+288
*
Removed reliance on strptime/strftime
John Wiegley
2009-10-11
1
-90
/
+84
*
Correctly parse the range of period "june 2008"
John Wiegley
2009-06-18
1
-2
/
+6
*
Don't instantiate duration_t using default ctor
John Wiegley
2009-03-23
1
-10
/
+11
*
Rewrote the date interval parser/stepper
John Wiegley
2009-03-23
1
-15
/
+86
*
The new code is working now.
John Wiegley
2009-03-16
1
-11
/
+12
*
Added feature to "align" the interval's start date
John Wiegley
2009-03-15
1
-36
/
+139
*
First iteration of the new date_interval_t rewrite
John Wiegley
2009-03-15
1
-119
/
+217
*
Enabled use of pre-compiled headers by default
John Wiegley
2009-03-10
1
-0
/
+2
*
Added support for "today" as a time period
John Wiegley
2009-03-08
1
-1
/
+11
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-1
/
+1
*
Patched some date-sensitive tests
John Wiegley
2009-03-02
1
-1
/
+1
*
Corrected warnings g++-4.3.3 was complaining about
John Wiegley
2009-02-28
1
-1
/
+1
*
Marked all strings needing internationalization
John Wiegley
2009-02-25
1
-37
/
+37
*
Greatly improved the way "weeks" are iterated
John Wiegley
2009-02-21
1
-7
/
+45
*
Re-enabled parsing of timelog data
John Wiegley
2009-02-19
1
-4
/
+6
*
Parse 2004/01 as YYYY/mm
John Wiegley
2009-02-18
1
-0
/
+3
*
Fixed the way interval_t objects are initialized
John Wiegley
2009-02-14
1
-11
/
+9
*
Removed interval_t::advanced, which was unused
John Wiegley
2009-02-14
1
-3
/
+0
*
Rewrote the "entry" command. It's ALIVE!
John Wiegley
2009-02-11
1
-5
/
+13
*
Fixed the use of --effective and --date-format (-y).
John Wiegley
2009-02-09
1
-2
/
+4
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-30
/
+13
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Changed output_date_format to match 08-Aug-14 format.
John Wiegley
2008-08-14
1
-1
/
+1
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+350
[prev]