index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Compilation verification code only with debugging
John Wiegley
2009-02-16
1
-0
/
+2
*
Fixed several unused value and param warnings
John Wiegley
2009-02-16
1
-2
/
+2
*
Added proper handling of SIGINT (C-c) and SIGPIPE (pager quits).
John Wiegley
2009-02-04
1
-0
/
+17
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-19
/
+3
*
Simplified error context handling.
John Wiegley
2009-02-02
1
-12
/
+0
*
Changed many uses of "unsigned long" to std::size_t.
John Wiegley
2009-02-01
1
-2
/
+2
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-2
/
+2
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Allow the environment variable LEDGER_DEBUG to enable debugging.
John Wiegley
2009-01-19
1
-0
/
+10
*
The ledger::string type now uses size_type for a length parameter instead of
John Wiegley
2008-09-14
1
-2
/
+2
*
Re-enabled the disabled expand_path routine.
John Wiegley
2008-08-17
1
-11
/
+6
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+716
[prev]