John Wiegley
|
863b5d8144
|
Added proper handling of SIGINT (C-c) and SIGPIPE (pager quits).
|
2009-02-04 20:46:08 -04:00 |
|
John Wiegley
|
2d941730b1
|
Largely removed all of Ledger's use of global variables, for the REPL's sake.
|
2009-02-04 19:55:27 -04:00 |
|
John Wiegley
|
9540406af1
|
Simplified error context handling.
|
2009-02-02 00:24:26 -04:00 |
|
John Wiegley
|
59a080cdb6
|
Changed many uses of "unsigned long" to std::size_t.
|
2009-02-01 18:33:46 -04:00 |
|
John Wiegley
|
05c77351e4
|
Stopped using the generic "unsigned int" in favor of more specific types.
|
2009-01-29 18:23:57 -04:00 |
|
John Wiegley
|
887828a40c
|
Increased copyright range to include 2009.
|
2009-01-20 01:53:31 -04:00 |
|
John Wiegley
|
0ec53e4a6c
|
Allow the environment variable LEDGER_DEBUG to enable debugging.
|
2009-01-19 16:23:17 -04:00 |
|
John Wiegley
|
62389888b6
|
The ledger::string type now uses size_type for a length parameter instead of
"const int", which is not portable.
|
2008-09-14 19:39:56 -04:00 |
|
John Wiegley
|
b89fcfb54a
|
Re-enabled the disabled expand_path routine.
|
2008-08-17 05:18:25 -04:00 |
|
John Wiegley
|
f6f4a46cf5
|
Moved around most of the files so that source code is in src/, documentation
is in doc/, etc.
|
2008-08-05 18:05:49 -04:00 |
|