| 
								
								
									 Peter Stephenson | 9534c89981 | 23585: handle errno properly in history save errors | 2007-06-23 18:15:14 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 63eaea2238 | 23581: handle errors writing history file better | 2007-06-22 20:32:19 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 0a1de76213 | 23578: make standard features autoloadable, use feature notation for .mdd autoloads | 2007-06-20 20:59:15 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 266233eb95 | 23575: AIX needs features_() and enables_() | 2007-06-19 20:37:39 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 84fa9b4af1 | 23571 + unposted; AIX compilation fixes | 2007-06-19 20:21:52 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | abae4fe16e | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | 2007-06-18 13:25:03 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 536a8cb6da | 23553: bit missed out | 2007-06-15 10:20:35 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | c2c50bd0a0 | 23553: bit missed out | 2007-06-15 10:02:24 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | a016fed99f | 23560: improve $zsh_scheduled_events to make it easier to parse | 2007-06-14 13:25:58 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 505675f2bd | 23554: add $zsh_scheduled_events | 2007-06-12 22:01:37 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 709aee90ce | 23553: unsubscripted array inside math eval behaves more rationally | 2007-06-12 15:43:16 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 1a959dae01 | 23552: unnecessary sched debugging warning | 2007-06-12 15:37:18 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | f1d2fddeca | 23537: make style list a hash table | 2007-06-08 13:58:40 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 3d9619e546 | 23535: autoload saliases and dis_saliases from zsh/parameter | 2007-06-07 21:11:10 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 023f6ce4e1 | 23511: error if here document too large | 2007-06-03 17:44:20 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 5af264a642 | unposted: clean up properly on failure to add autoloadable builtin | 2007-05-29 21:39:31 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 6ab77f00ff | 23488: tidy up module interface and documentation | 2007-05-29 17:01:07 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 29b7123647 | 23485: feature completion and autoloading | 2007-05-29 14:16:02 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 3fbbdf245b | 23482: more typos | 2007-05-29 09:53:44 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | a755310d20 | Phil Pennock: 23480: typo Also typo in mod_stat.yo | 2007-05-29 09:27:43 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | b0c5f09169 | see 23479: add initial features support for modules | 2007-05-28 22:57:39 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | bd76320790 | 23478: crash in reverse-menu-complete if no completion | 2007-05-28 13:08:47 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 6503964dad | John Buddery: 23461: fix race setting up input multios | 2007-05-23 11:44:47 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | fcd2c9243f | 23460: fix problem with ( stuff ) >multio1 >multio2 | 2007-05-23 11:21:10 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 31178db2cc | Phil Pennock: 23450: $widgets crashed shell on undefined widget | 2007-05-22 09:26:01 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 55ca3b0d16 | 23446: fix typo producing wrong values for alias parameters | 2007-05-21 11:00:50 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | faf05be3d2 | 23440: Make $param[(R)value] substitute the empty string on failure | 2007-05-21 09:30:24 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 86ff81f82d | 23444: handle multibyte characters in print -c/-C | 2007-05-20 17:57:23 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 3be3ca8805 | 23437: typo noted by Wayne | 2007-05-14 09:25:30 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 4bfa5cd421 | 23435: Nikloai Weibull: bug testing end of string for sorting when ignoring backslashes | 2007-05-13 20:22:01 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 599a7fd7a7 | 23436: consistency with null strings in local variables unposted: Phil Pennock: POSIX RE's are extended | 2007-05-13 20:18:28 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | b5d4d3d9c1 | 23433: fix shift for ZMAXTIMEOUT | 2007-05-13 19:11:24 +00:00 |  | 
				
					
						| 
								
								
									 Andrey Borzenkov | ac1c483496 | 23409: disable prompt_sp output after ^D was seen and message printed | 2007-05-10 11:36:22 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 7d700220cf | Peter A. Castro: 23408: zftp account handling was broken | 2007-05-10 09:24:09 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 8ce657c2cb | Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options | 2007-05-08 10:02:58 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | e4cdad9700 | unposted: regex fix-ups: missing doc file plus pointer fixes | 2007-05-02 11:13:14 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 7f03c3d851 | 23375: Phil Pennock: =~, zsh/regex etc. etc. | 2007-05-01 22:05:03 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 6e5279f8b4 | Guillaume Chazarain: 23364: fix race in POSIX signal blocking by using local variables | 2007-05-01 09:35:04 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 19dccc355a | 23363: fake-files now allows patterns | 2007-05-01 09:29:35 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 5f13656d7f | 23339: make malloc(0) allocate a byte | 2007-04-30 09:27:23 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 4b635e7f91 | 23337: fix unmetafication for stat() of files in compctl | 2007-04-27 16:04:47 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | cb01bab6c0 | Phil Pennock: 23326: compilation without ICONV broken | 2007-04-26 09:27:44 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | eea55e45be | unposted: fix error message for short ZWC file | 2007-04-23 17:24:22 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | d296535d38 | 23313: fix test for incorrect version in ZWC file | 2007-04-23 17:09:12 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 3db1a442a4 | parse.c | 2007-04-23 16:55:00 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | e7210e10b0 | 23312: fix versioning and initialisation of word code headers | 2007-04-23 16:44:24 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 24477a7ff4 | 23308: sanity for tindent in text output | 2007-04-23 15:24:00 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 738c305a26 | Christoph Bauer: 23309ish: extra #define for hpux | 2007-04-23 15:15:13 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | 327b666396 | Christoph Bauer: 23309ish: extra #define for hpux | 2007-04-23 15:11:46 +00:00 |  | 
				
					
						| 
								
								
									 Peter Stephenson | c6dfb2999d | users/11419: zle copy-region-as-kill <string> adds text to the kill ring | 2007-04-19 14:16:22 +00:00 |  |