Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-06 | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 1 | -3/+1 | |
(now traplists); improve trap tests | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -8/+8 | |
2004-05-28 | Supply all initializers for the final struct reswd element. | Wayne Davison | 1 | -1/+1 | |
2004-04-20 | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 1 | -20/+23 | |
completion system to be used with ksh_autoload set | |||||
2004-03-11 | 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 | Oliver Kiddle | 1 | -1/+1 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -7/+7 | |
2003-09-03 | 19020: fix printaliasnode | Peter Stephenson | 1 | -2/+2 | |
2003-09-03 | 19014: add alias -s suf=handler | Peter Stephenson | 1 | -22/+52 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -1/+1 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2002-08-05 | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 1 | -1/+1 | |
2001-07-05 | 15253 : hash foo together with foo.exe on Cygwin | Andrey Borzenkov | 1 | -4/+4 | |
2001-05-19 | The function addhistnode() is no longer called for a HIST_TMPSTORE | Wayne Davison | 1 | -2/+2 | |
entry, so I removed the checking for that flag. Also, freehistdata() now avoids calling removehashnode() on a HIST_TMPSTORE entry. | |||||
2001-05-15 | Changed addhistnode() to not displace an already-hashed command with | Wayne Davison | 1 | -2/+3 | |
one that is marked HIST_TMPSTORE. Also changed the function to not ever destroy the entry we're currently adding (the caller now destroys the newly-added entry, if it so desires). | |||||
2001-01-16 | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 1 | -0/+3 | |
signal handlers are only executed when it is safe to run them (13365) | |||||
2000-05-15 | Add -L option to the hash builtin | Oliver Kiddle | 1 | -0/+14 | |
2000-04-30 | 11029: Some missing bits of merging 11015 with 11026. | Bart Schaefer | 1 | -2/+2 | |
2000-04-30 | 11026: fix for unfunction of trap with localtraps bug | Peter Stephenson | 1 | -1/+2 | |
2000-04-29 | 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm not | Bart Schaefer | 1 | -8/+7 | |
very happy with having to play with `noerrs' but I don't see any other way to silence the warning from bin_unhash(). | |||||
2000-04-13 | fix field name for HAVE_NIS_PLUS (10726) | Sven Wischnowsky | 1 | -1/+1 | |
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 1 | -139/+367 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+1285 | |