1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
Commit Graph

1200 Commits

Author SHA1 Message Date
Clint Adams
2a625db39d 12859: dynamically-allocate buffer in ztat(), ztrdupstring() 2000-09-22 22:16:15 +00:00
Bart Schaefer
430e294795 Fiddle with _expand_word and its doc. 2000-09-21 05:16:21 +00:00
Andrey Borzenkov
5637f95bc0 12848: Doc/Zsh/zle.yo: Alphabetize list of parameters 2000-09-20 06:58:54 +00:00
Andrey Borzenkov
1254055f09 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage. 2000-09-20 06:33:29 +00:00
Clint Adams
9f012ce7c9 12847: dynamically allocate buf and z in bin_whence() 2000-09-19 16:47:38 +00:00
Clint Adams
946085efa5 12846: moved simple string manipulation functions to string.c 2000-09-19 15:54:30 +00:00
Clint Adams
3ce3caeec6 12845: dynamically allocate pbuf in domove() 2000-09-19 15:26:08 +00:00
Andrey Borzenkov
2909b28776 12835: Alphabetize special parameters list (retry broken commit) 2000-09-18 17:37:23 +00:00
Andrey Borzenkov
b7e4f61e6f 12835: Alphabetize special parameters list
Unposted: correct article number in Clint's patch
2000-09-18 17:36:27 +00:00
Clint Adams
7c7e1f97cb 12836: bin_ln now independent of PATH_MAX 2000-09-18 17:29:07 +00:00
Bart Schaefer
f77ca8b839 Back out 12814. 2000-09-18 17:15:10 +00:00
Bart Schaefer
0d96dc0879 Back out 12814. 2000-09-18 14:22:48 +00:00
Bart Schaefer
fcaa17f396 Improve upon some of the PATH_MAX changes. 2000-09-18 06:50:54 +00:00
Clint Adams
25747f7d59 12828: dynamically allocate 'dir' in mailstat 2000-09-18 04:11:27 +00:00
Clint Adams
64d591dbac 12827: dynamically allocate 'file' in mailstat 2000-09-18 03:52:59 +00:00
Clint Adams
2d9e68f3cb unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined 2000-09-18 03:36:22 +00:00
Clint Adams
04bf2c822f 12823: use zsh heap in lieu of perm. heap in bin_dot 2000-09-18 03:31:31 +00:00
Clint Adams
2abf9db381 12821: bin_dot is now independent of PATH_MAX 2000-09-17 16:24:05 +00:00
Bart Schaefer
bd7969bfa5 "typeset +m ..." and "typeset +g -m ..." 2000-09-17 05:38:36 +00:00
Clint Adams
abd9b6d820 12818: use tricat() in lieu of zasprintf 2000-09-17 04:28:50 +00:00
Clint Adams
2742cb14ce 12814: zasprintf 2000-09-16 18:57:45 +00:00
Bart Schaefer
73e23c7999 One more "wordcode" change. 2000-09-15 15:32:25 +00:00
Bart Schaefer
6dee55ed9c Fix email addresses, mention change to contrib.yo. 2000-09-15 15:31:37 +00:00
Bart Schaefer
8aaf13e804 Use ${(q)tmp} after all. 2000-09-14 15:55:21 +00:00
Bart Schaefer
a12ff424b6 12804: Fix "typeset -m". 2000-09-14 15:54:54 +00:00
Bart Schaefer
879b24619a Add smart-insert-last-word. 2000-09-13 05:06:54 +00:00
Bart Schaefer
9e9457f30e Redo _zle using _arguments; fix typos. 2000-09-11 07:08:27 +00:00
Andrey Borzenkov
5c7a14857a 12779: remove sinix special case. Too lazy to add prototype check for
gettimeofday as it is not needed with currently supported versions of
ReliantUNIX
2000-09-08 12:51:10 +00:00
Bart Schaefer
75d4d74093 Add smart-insert-last-word. 2000-09-08 04:15:44 +00:00
Sven Wischnowsky
7ab68d2d29 more sensible value (12769) 2000-09-07 09:14:22 +00:00
Sven Wischnowsky
0fe98894a8 stick some `N's into glob patterns (12768) 2000-09-07 08:39:20 +00:00
Bart Schaefer
cceb4703de No "wordcode". 2000-09-06 15:56:28 +00:00
Andrey Borzenkov
27be824ed0 unposted: Remove patch from 12686 that was accidentally commited 2000-09-06 15:50:16 +00:00
Bart Schaefer
fe992fe5a9 No "wordcode". 2000-09-06 15:47:39 +00:00
Peter Stephenson
6f94a972a9 12762: Akinori MUSHA: changes for new FreeBSD releases. 2000-09-06 15:15:30 +00:00
Andrey Borzenkov
2ea89bc8f1 12761: ` is converted into " by makeinfo; use @: instead; use {}` for tex 2000-09-06 14:46:48 +00:00
Bart Schaefer
14c13bcbb9 Add a cross reference and some completer hints. 2000-09-05 16:34:45 +00:00
Sven Wischnowsky
0df4c9d229 *** empty log message *** 2000-09-05 08:36:16 +00:00
Sven Wischnowsky
f2d7665d98 change context for i-c-w styles, update docs (12744) 2000-09-05 08:35:48 +00:00
Bart Schaefer
79528535fb Fix typo. 2000-09-05 06:04:08 +00:00
Bart Schaefer
dc1f7c5a34 Create "User Contributions" doc and make some assoctiated changes. 2000-09-04 21:10:29 +00:00
Peter Stephenson
88b886e603 12741: outputradix was stomped on by nested matheval 2000-09-04 15:52:16 +00:00
Andrey Borzenkov
f9b7929289 12736: fix `make install' dependency for Cygwin static build 2000-09-04 14:05:07 +00:00
Peter Stephenson
372e84dc5b 3.1.9-dev-6 zsh-3.1.9-dev-6 2000-09-04 10:52:02 +00:00
Bart Schaefer
3669415d56 Fix colors. 2000-09-04 10:15:25 +00:00
Bart Schaefer
07c0b1a306 Fix 12722. 2000-09-04 07:21:57 +00:00
Bart Schaefer
f23e444392 Fix zrecompile. 2000-09-03 22:14:26 +00:00
Clint Adams
6dd5fc9cef 12728: man -l / --local-file completes _files 2000-09-03 21:45:37 +00:00
Bart Schaefer
f1135dfd5f Fix helpfiles. 2000-09-03 05:22:59 +00:00
Bart Schaefer
ac9d17a597 Fix reporter. 2000-09-02 21:17:40 +00:00