index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
hashtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant
Bart Schaefer
1
-0
/
+8
2024-02-28
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
1
-10
/
+10
2020-07-29
46275: eliminate undefined behavior caused by redefinition of hashtable
Roman Perepelitsa
1
-51
/
+56
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-1
/
+1
2017-12-20
42146: type -w += global aliases
Daniel Shahaf
1
-0
/
+2
2017-05-30
41164: Don't free a history entry if it's curline.
Peter Stephenson
1
-1
/
+3
2017-05-18
41113 (tweaked): Save current line linkage to history ring.
Peter Stephenson
1
-0
/
+1
2017-03-10
unposted: declare file local variables as static
Jun-ichi Takimoto
1
-2
/
+2
2017-01-28
40440: Add $functions_source hash to zsh/parameter.
Peter Stephenson
1
-0
/
+9
2017-01-16
40353 with tweaks to whence -v: extend directory cache use.
Peter Stephenson
1
-3
/
+24
2017-01-12
unposted: one missing *name = NULL
Peter Stephenson
1
-0
/
+1
2017-01-12
40342: Add directory name cache for autoload file paths.
Peter Stephenson
1
-1
/
+138
2017-01-11
Add features associated with autoloading a function using an absolute
Peter Stephenson
1
-2
/
+6
2016-11-28
40009: alias -L: Emit aliases that begin with a plus sign correctly.
Daniel Shahaf
1
-2
/
+2
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
1
-1
/
+1
2016-01-13
37591: 'alias -L': skip with a warning aliases with '=' in their LHS
Daniel Shahaf
1
-0
/
+9
2015-09-03
36403: type -w += suffix alias
Daniel Shahaf
1
-1
/
+4
2015-06-24
various posts: Implement assignment parsing for typeset.
Peter Stephenson
1
-0
/
+7
2015-06-05
35386: expand tabs where useful in builtins outputing function.
Peter Stephenson
1
-8
/
+66
2015-04-25
34966: "whence -v" for a function reports whether the function is autoloaded ...
Barton E. Schaefer
1
-3
/
+11
2014-09-29
33285: apply function definition redirections at execution
Peter Stephenson
1
-2
/
+13
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-0
/
+9
2012-08-21
30633: "functions -T" only traces marked function, not called functions
Peter Stephenson
1
-3
/
+4
2012-03-01
30184: use a HASH_EXECUTABLES_ONLY test that matches the test used by
Bart Schaefer
1
-1
/
+2
2012-01-08
30101: add HASH_EXECUTABLES_ONLY option
Peter Stephenson
1
-2
/
+3
2011-05-09
29195: Separate nameddir hash to avoid clash of
Peter Stephenson
1
-266
/
+0
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-8
/
+8
2009-09-21
users/14411: Src/hashtable.c: only hash stat-able executable regular
Peter Stephenson
1
-6
/
+37
2009-02-11
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
1
-1
/
+1
2008-11-01
25985: don't try to disable signal traps if getsignum returns -1.
Clint Adams
1
-2
/
+4
2008-09-11
25651: make getpermtext() output indentation more logical
Peter Stephenson
1
-1
/
+1
2008-08-11
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
1
-0
/
+1
2007-11-01
24048: fix home directory expansion with NIS on Solaris
Oliver Kiddle
1
-1
/
+2
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-7
/
+7
2007-02-06
23152: make ztrcmp() respect MULTIBYTE
Peter Stephenson
1
-40
/
+41
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-85
/
+85
2006-02-19
22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...
Clint Adams
1
-1
/
+1
2005-11-15
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
1
-1
/
+1
2005-02-06
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
1
-3
/
+1
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
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
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
[next]