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
*
Add new --align-intervals option.
Ian2020
2024-08-06
1
-6
/
+16
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Use correct int return type for stream input operations
kanreki
2021-12-08
1
-11
/
+4
*
Fix some typos
Martin Michlmayr
2020-05-16
1
-1
/
+1
*
Fix buffer overflow when evaluating pricing date
Sarah Jamie Lewis
2020-04-27
1
-0
/
+4
*
Format annotations using format that can be parsed
Oleg Bulatov
2019-11-27
1
-0
/
+2
*
Add support for '%F' date format specifier
Michael Budde
2019-04-02
1
-7
/
+7
*
Remove dead code
Michael Budde
2019-04-02
1
-9
/
+0
*
Fix possible stack overflow in date parsing routine
Michael Budde
2019-01-26
1
-1
/
+3
*
Remove unused development code related to USE_BOOST_FACETS
Tim Landscheidt
2019-01-17
1
-81
/
+2
*
Remove TOK_A_YEAR token
Christoph Dittmann
2018-06-10
1
-23
/
+8
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
Fix build under Cygwin.
Ivan Vanyushkin
2016-09-29
1
-1
/
+1
*
Fix build under msys32; add Appveyor continuous build
Evan Mallory
2016-09-17
1
-1
/
+1
*
days - do not stabalize periods spacified in days
Peter Pickford
2016-03-13
1
-12
/
+26
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
Add ISO 8601 date as recognized date string
Martin Michlmayr
2014-10-02
1
-0
/
+1
*
Fix period expression parsing for month to month without year
Martin Michlmayr
2014-10-02
1
-2
/
+1
*
Check whether a month is followed by a year
Martin Michlmayr
2014-05-30
1
-0
/
+11
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Source changes needed for Microsoft Visual C++ compatibility.
Tim Crews
2013-06-14
1
-0
/
+4
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-7
/
+7
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-7
/
+7
*
Fixed a hidden memory corruption bug
John Wiegley
2012-05-14
1
-4
/
+4
*
Allow --input-date-format to specify separators
John Wiegley
2012-03-19
1
-3
/
+8
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Corrected problem with parsing of leap days
John Wiegley
2012-02-28
1
-0
/
+1
*
Rewrite the way interval reports are generated
John Wiegley
2012-02-28
1
-5
/
+9
*
Added debug code for debugging interval reports
John Wiegley
2012-02-28
1
-0
/
+11
*
Removed unneeded default cases
John Wiegley
2012-02-17
1
-9
/
+0
*
Fixes for variable shadowing (27/28)
John Wiegley
2012-02-17
1
-3
/
+3
*
Fixes for variable shadowing (26/28)
John Wiegley
2012-02-17
1
-2
/
+1
*
Cleanup whitespace
John Wiegley
2011-08-18
1
-1
/
+1
*
Removed unused variables
John Wiegley
2011-08-18
1
-4
/
+1
*
Clarified an #ifdef
John Wiegley
2011-04-11
1
-0
/
+3
*
Parse %m/%d/%Y %H:%M:%S as an input date/time
John Wiegley
2010-12-04
1
-2
/
+9
*
Improvements to time period parsing
John Wiegley
2010-06-21
1
-8
/
+190
*
Added missing call to resolve_end() in find_period
John Wiegley
2010-06-20
1
-0
/
+2
*
--input-date-format now affects dates with times
John Wiegley
2010-06-20
1
-1
/
+8
*
Support period expressions "this/next/last week"
John Wiegley
2010-06-14
1
-14
/
+28
*
Allow period exprs "from today", "until tomorrow"
John Wiegley
2010-06-14
1
-0
/
+10
*
Support period expressions like "last 4 weeks"
John Wiegley
2010-06-14
1
-12
/
+37
*
Fix to allow time periods like "every 14 days"
John Wiegley
2010-06-14
1
-1
/
+1
*
Revised how Ledger handles the "current year"
John Wiegley
2010-06-14
1
-33
/
+22
*
Added a missing break statement
John Wiegley
2010-06-13
1
-0
/
+1
*
Option --input-date-format adds to candidate list
John Wiegley
2010-06-13
1
-2
/
+2
[next]