Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | calculate the length of the region to map (for mapped zwc files) correctly, ↵ | Sven Wischnowsky | 2001-05-15 | 1 | -4/+6 |
| | | | | including the offset-page-boundary-adjustment (14346) | ||||
* | two optimisations | Sven Wischnowsky | 2001-03-07 | 1 | -25/+25 |
| | |||||
* | make the parser use real memory for the ecbuf to avoid having hrealloc() ↵ | Sven Wischnowsky | 2001-03-06 | 1 | -7/+19 |
| | | | | throw away lots of memory (13576) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-22 | 1 | -4/+3 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -20/+40 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 2000-12-05 | 1 | -25/+25 |
| | |||||
* | don't return invalid Eprog after parse error (12898) | Sven Wischnowsky | 2000-10-05 | 1 | -2/+3 |
| | |||||
* | Andrej: Dynamic loading on cygwin | Peter Stephenson | 2000-08-02 | 1 | -1/+2 |
| | |||||
* | fix parsing of `time' without a command (12337) | Sven Wischnowsky | 2000-07-21 | 1 | -3/+7 |
| | |||||
* | Define aliasspaceflag, and init it in parse_event(). | Wayne Davison | 2000-07-19 | 1 | -1/+5 |
| | |||||
* | fix for `foo () print bar' (function definitions without braces) (12125) | Sven Wischnowsky | 2000-06-29 | 1 | -1/+2 |
| | |||||
* | nix kaboom with `time time' (?) | Sven Wischnowsky | 2000-06-14 | 1 | -4/+14 |
| | |||||
* | 11606: Propagate parse errors out of parse_list() and parse_event(), and | Bart Schaefer | 2000-05-27 | 1 | -4/+3 |
| | | | | test that it worked. | ||||
* | close dump file descriptors in children (11151) | Sven Wischnowsky | 2000-05-04 | 1 | -0/+16 |
| | |||||
* | compare mapped zwc files using stat instead of the pathnames (10699) | Sven Wischnowsky | 2000-04-12 | 1 | -11/+18 |
| | |||||
* | detect ignored signals correctly (10625) | Sven Wischnowsky | 2000-04-10 | 1 | -0/+7 |
| | |||||
* | make zwc files use the magic number as their verios, report zsh-version in ↵ | Sven Wischnowsky | 2000-04-05 | 1 | -6/+15 |
| | | | | error messages | ||||
* | better error handling for zwc files | Sven Wischnowsky | 2000-04-04 | 1 | -16/+25 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -546/+2207 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+1379 |