index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly handle UTF-8 characters in commodity strings.
John Wiegley
2009-02-12
1
-37
/
+39
*
Fixed some #include ordering issues.
John Wiegley
2009-02-07
1
-5
/
+0
*
More revision to the way options are handled; reworked CSV command.
John Wiegley
2009-02-07
1
-1
/
+2
*
Removed the now unused pushvar.h file.
John Wiegley
2009-02-06
1
-1
/
+0
*
Added proper handling of SIGINT (C-c) and SIGPIPE (pager quits).
John Wiegley
2009-02-04
1
-0
/
+22
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-36
/
+0
*
Changed many uses of "unsigned long" to std::size_t.
John Wiegley
2009-02-01
1
-1
/
+1
*
Added a streaming object for outputting XML strings (convenience wrapper).
John Wiegley
2009-02-01
1
-0
/
+24
*
Added documentation stubs for all include files and classes.
John Wiegley
2009-01-31
1
-1
/
+2
*
Created a new stream.h file for dealing with output streaming.
John Wiegley
2009-01-30
1
-0
/
+1
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-1
/
+1
*
Update Doxygen documentation. Still much more work to be done.
John Wiegley
2009-01-29
1
-43
/
+44
*
amount_t and commodity_t objects can now stream themselves to XML.
John Wiegley
2009-01-28
1
-0
/
+12
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
The ledger::string type now uses size_type for a length parameter instead of
John Wiegley
2008-09-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
/
+578