summaryrefslogtreecommitdiff
path: root/Src/hashtable.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson1-3/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-8/+8
2004-05-28Supply all initializers for the final struct reswd element.Wayne Davison1-1/+1
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-20/+23
2004-03-1119595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle1-1/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-7/+7
2003-09-0319020: fix printaliasnodePeter Stephenson1-2/+2
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-22/+52
2002-08-2717582: Improved option argument handling.Peter Stephenson1-1/+1
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2001-07-0515253 : hash foo together with foo.exe on CygwinAndrey Borzenkov1-4/+4
2001-05-19The function addhistnode() is no longer called for a HIST_TMPSTOREWayne Davison1-2/+2
2001-05-15Changed addhistnode() to not displace an already-hashed command withWayne Davison1-2/+3
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-0/+3
2000-05-15Add -L option to the hash builtinOliver Kiddle1-0/+14
2000-04-3011029: Some missing bits of merging 11015 with 11026.Bart Schaefer1-2/+2
2000-04-3011026: fix for unfunction of trap with localtraps bugPeter Stephenson1-1/+2
2000-04-2911015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer1-8/+7
2000-04-13fix field name for HAVE_NIS_PLUS (10726)Sven Wischnowsky1-1/+1
2000-04-01Updated from list as far as 10376Peter Stephenson1-139/+367
1999-04-15Initial revisionTanaka Akira1-0/+1285