about summary refs log tree commit diff
path: root/Src/hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-1/+1
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-1/+1
|
* 15253 : hash foo together with foo.exe on CygwinAndrey Borzenkov2001-07-051-4/+4
|
* The function addhistnode() is no longer called for a HIST_TMPSTOREWayne Davison2001-05-191-2/+2
| | | | | entry, so I removed the checking for that flag. Also, freehistdata() now avoids calling removehashnode() on a HIST_TMPSTORE entry.
* Changed addhistnode() to not displace an already-hashed command withWayne Davison2001-05-151-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).
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-0/+3
| | | | signal handlers are only executed when it is safe to run them (13365)
* Add -L option to the hash builtinOliver Kiddle2000-05-151-0/+14
|
* 11029: Some missing bits of merging 11015 with 11026.Bart Schaefer2000-04-301-2/+2
|
* 11026: fix for unfunction of trap with localtraps bugPeter Stephenson2000-04-301-1/+2
|
* 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer2000-04-291-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().
* fix field name for HAVE_NIS_PLUS (10726)Sven Wischnowsky2000-04-131-1/+1
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-139/+367
|
* Initial revisionTanaka Akira1999-04-151-0/+1285