Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
| | | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/" | ||||
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | fix ledger xml output, remove ledger json command | Johann Klähn | 2013-03-08 | 1 | -5/+4 |
| | | | | | | | | | | | | As the format used by property trees to represent valid JSON and that for valid XML is too different and given that there are more requests for valid XML output I decided to pursue a quick fix and remove the json command in favor of a working xml command. See bug #782, #909, recent discussion on mailing list. JSON support is postponed until I or someone else finds time to work on this or the python bindings are more stable. | ||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | change handling of standard input | Johann Klähn | 2013-01-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | For `-f /dev/stdin`, the `pathname` of the parsing context will be empty as for any other streamed input. `instance_t::include_directive` did not work as expected for `-f /dev/stdin` and relative file names. One would expect them to be relative to the current directory rather than `/dev`. This will lead to `While parsing file ""` messages. This could be adjusted to read `While parsing standard input`, but maybe it's not worth the special cases. This commit also fixes bug 788: behaviour of source_context for '-f -' | ||||
* | remove superfluous 'break' | Johann Klähn | 2013-01-15 | 1 | -1/+0 |
| | |||||
* | Added filebase and filepath values | Craig Earls | 2012-10-23 | 1 | -1/+21 |
| | | | | | | 'filename' returns the complete path/filename of the file containg the current xact. This is inconvenient for some displays. filebase returns only the base name. For completeness added filepath as well. | ||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -0/+14 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -8/+8 |
| | |||||
* | post.x = y defines metadata tag x | John Wiegley | 2012-04-04 | 1 | -0/+7 |
| | |||||
* | Make metadata tags case insensitive | John Wiegley | 2012-04-04 | 1 | -1/+11 |
| | |||||
* | Make status and state valexpr synonyms | John Wiegley | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-04-04 | 1 | -3/+2 |
| | |||||
* | Made an assert more relaxed in item_context() | John Wiegley | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Another fix to metadata value parsing | John Wiegley | 2012-03-07 | 1 | -15/+9 |
| | |||||
* | Fix parsing of metadata values containing spaces | John Wiegley | 2012-03-07 | 1 | -13/+19 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Fixed problem with the Python build | John Wiegley | 2012-02-29 | 1 | -5/+2 |
| | |||||
* | Change occurrences of auxiliary_date to just aux_date | John Wiegley | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -9/+13 |
| | |||||
* | The "id" of an item now maps to its UUID | John Wiegley | 2012-02-27 | 1 | -0/+10 |
| | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Changed an int to std::size_t | John Wiegley | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Fixes for variable shadowing (15/28) | John Wiegley | 2012-02-17 | 1 | -3/+3 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Improved an assert | John Wiegley | 2011-02-12 | 1 | -3/+2 |
| | |||||
* | A metadata key must occur at the beginning | John Wiegley | 2010-06-18 | 1 | -1/+3 |
| | | | | | | | | | Before, this was valid: ; Today Yesterday: Tomorrow Which would set the key Yesterday to the value Tomorrow. Now, it is just an ordinary comment. | ||||
* | has_tag and get_tag now take an 'inherit' parameter | John Wiegley | 2010-06-18 | 1 | -4/+5 |
| | |||||
* | Only look for [date] outside of metadata entries | John Wiegley | 2010-06-18 | 1 | -16/+16 |
| | |||||
* | Revised how Ledger handles the "current year" | John Wiegley | 2010-06-14 | 1 | -11/+9 |
| | | | | | Now when the Y directive sets the current year for a region, it affects everything, as if the clock really were set back to that year. | ||||
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -7/+6 |
| | |||||
* | Add support for typed metadata | John Wiegley | 2010-06-12 | 1 | -7/+23 |
| | | | | | | | | | | The metadata construct 'Key: Value' is now just a special case for 'Key:: "Value"'. Another after a :: in metadata setting is parsed as a full value expression and typed as such. For example: ; Key:: $400 + $500 ledger -l 'tag("Key") < $1000' | ||||
* | Store metadata values as value_t instead of string | John Wiegley | 2010-06-12 | 1 | -21/+23 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -57/+57 |
| | |||||
* | Fixed interaction with -V/X and grouped postings | John Wiegley | 2010-06-09 | 1 | -0/+5 |
| | | | | | | | | | | With -s, -M/Y/D, -n, and a few other flags, postings get "grouped" into meta-transactions that contain more postings than before. In all these cases, -V use the date of the *earliest* posting in that group, which makes little sense and caused breakages with -J. It now uses the latest date. Fixes #197 / 68EAF363-D0FE-4127-866E-A5AEBACB65D6 | ||||
* | Added new "addr" value expression function | John Wiegley | 2010-06-03 | 1 | -0/+6 |
| | | | | | It returns the address of the given object as an integer. This can be used to uniquely compare entities. | ||||
* | Empty notes and tags now return null values | John Wiegley | 2010-05-30 | 1 | -4/+5 |
| | |||||
* | Tags were not being set properly on postings | John Wiegley | 2010-03-17 | 1 | -15/+22 |
| | |||||
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -12/+24 |
| | | | | | There ended up being too many corner cases for the generalized formatter to handle. | ||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Added actual_date() methods for items | John Wiegley | 2010-02-05 | 1 | -0/+5 |
| | |||||
* | Added a "seq" sequence property for all items | John Wiegley | 2010-02-04 | 1 | -0/+6 |
| | | | | | This indicates the absolute parsing order of every transaction and posting. It is 0 for generated items. | ||||
* | Added a --pivot=TAG option | John Wiegley | 2010-02-02 | 1 | -5/+33 |
| | | | | | | This is equivalent to the following: --account='"TAG:" + tag(/TAG/)' | ||||
* | Guard against using an uninitialized value | John Wiegley | 2010-01-18 | 1 | -1/+4 |
| | | | | Fixes DDB54BB8-8C1C-4129-A137-07A38068F3BE | ||||
* | Whitespace fix | John Wiegley | 2009-11-24 | 1 | -2/+4 |
| | |||||
* | Made the transaction date parser a bit more strict | John Wiegley | 2009-11-15 | 1 | -10/+13 |
| | |||||
* | Added historical support for single-letter valexprs | John Wiegley | 2009-11-14 | 1 | -0/+5 |
| | |||||
* | Changed the type being throw of some exceptions | John Wiegley | 2009-11-05 | 1 | -5/+5 |
| |