axel
|
f7118e769f
|
Add more function input validation checks
darcs-hash:20060608235212-ac50b-25fd55f96356af65d4da1eec100cc954b4a9f81e.gz
|
2006-06-09 09:52:12 +10:00 |
|
axel
|
93ae00e8e5
|
Do input validation in various functions in function.c and complete.c
darcs-hash:20060608000145-ac50b-1088c3f5e3c1ad2759c13400e5dda2d21858fedc.gz
|
2006-06-08 10:01:45 +10:00 |
|
axel
|
d7eb084b9d
|
Make sure that empty completion descriptions aren't translated to the gettext version information
darcs-hash:20060607235601-ac50b-7b8d4d01f4e30d0722c6e269f9d46fb354c5f4b6.gz
|
2006-06-08 09:56:01 +10:00 |
|
axel
|
6e1548b821
|
Remove period from end of completion descriptions for telnet command
darcs-hash:20060607233312-ac50b-cb10498f174b72fb53d7e47ab93fcd8af72676c9.gz
|
2006-06-08 09:33:12 +10:00 |
|
axel
|
5381c6cf93
|
Fix off-by-one error when reporting line number of function call in stack traces
darcs-hash:20060607233206-ac50b-d8dcddb8a12a080d3e6ec50e50c420d70eeb8401.gz
|
2006-06-08 09:32:06 +10:00 |
|
axel
|
20e5d298a0
|
Updates, bugfixing and minor edits on the test suite
darcs-hash:20060605133133-ac50b-e2ee5868f9f3ede147c7059d90c0f520ed905a5f.gz
|
2006-06-05 23:31:33 +10:00 |
|
axel
|
39e9974e71
|
Fix some typos and bad wording in hte faq
darcs-hash:20060605100434-ac50b-539b8cebf367ad1c1e05b78fb412389c9f78fc4b.gz
|
2006-06-05 20:04:34 +10:00 |
|
axel
|
d2bd3e4919
|
Fix minor typos in code comments
darcs-hash:20060605004201-ac50b-66c51908cd1f23307042991b32ccbed487685500.gz
|
2006-06-05 10:42:01 +10:00 |
|
axel
|
04b142208d
|
Make it possible to specify scope of a variable to be erased or tested. Also make sure set exits with a non-zero exit status when erasing fails.
darcs-hash:20060604201451-ac50b-4ea0212c513b33be40559dfe8d65c1446c53f682.gz
|
2006-06-05 06:14:51 +10:00 |
|
axel
|
cf35a8e3a5
|
Add documentation about support for negative indices
darcs-hash:20060604094203-ac50b-6cf671235549eb79d3464a15398b6511057dedde.gz
|
2006-06-04 19:42:03 +10:00 |
|
axel
|
e7e3e8ee74
|
Add support for negative indices in arrays. Negative indices count from the end of an array, so -4 is the fourth index from the end
darcs-hash:20060604093532-ac50b-6e22b2f2ccfe94375fe4c32e41ccec08ca501744.gz
|
2006-06-04 19:35:32 +10:00 |
|
axel
|
6fd69bdda8
|
Many minor edits and clarifications to the documentation, including comments about the exit status of a few commands
darcs-hash:20060603231517-ac50b-03d252516eef21d4dd3a2ba0f5bb68e82525213b.gz
|
2006-06-04 09:15:17 +10:00 |
|
axel
|
a85f4cc1c4
|
Swedish translation updates
darcs-hash:20060603223800-ac50b-8170191f3d233eab438709c35c0f1c69c622756e.gz
|
2006-06-04 08:38:00 +10:00 |
|
axel
|
07af5f4832
|
Add english 'translation', which does nothing except change the type of quotes used
darcs-hash:20060603223731-ac50b-9e222fa36b0b71b5690dc5674905000eea9b11c1.gz
|
2006-06-04 08:37:31 +10:00 |
|
axel
|
446272eee6
|
Minor code tweaks, including making sure builtins are not run if an io redirection issue occurs and removing a lot commented debug code
darcs-hash:20060603223533-ac50b-204ff1fb1a4912565044e7bc4b86102a7eeba192.gz
|
2006-06-04 08:35:33 +10:00 |
|
axel
|
48ca253097
|
Minor spelling fixes
darcs-hash:20060603223228-ac50b-b4f7b190baf3c41bf23c224f5d68e8888dd4eaed.gz
|
2006-06-04 08:32:28 +10:00 |
|
axel
|
da2a757dff
|
Add missing help message for a few errors in the set builtin
darcs-hash:20060603223150-ac50b-b2c731e724410a8a192655940064be307214c149.gz
|
2006-06-04 08:31:50 +10:00 |
|
axel
|
6fada015b6
|
Drop validation of function code on new function definition - the code has already been validated
darcs-hash:20060602021757-ac50b-02bad63baf4826801ec0433468ec78d9b4a4c0f7.gz
|
2006-06-02 12:17:57 +10:00 |
|
axel
|
a1a2773cbf
|
Make sure code validation error output for e.g. the complete builtin can be redirected, and that it has the prefix 'complete', not 'fish'
darcs-hash:20060602021517-ac50b-5e566aefbd1c9bcb3a5f11f9fc1125d8c1d9e936.gz
|
2006-06-02 12:15:17 +10:00 |
|
axel
|
67f216fa55
|
Highlight invalid use of variable expansion operator
darcs-hash:20060601230438-ac50b-165ec1515e0e02674a992a1f0309a567aa6828de.gz
|
2006-06-02 09:04:38 +10:00 |
|
axel
|
8986e05b94
|
Minor code cleanup
darcs-hash:20060601224217-ac50b-5e82554d224ffd9f4f6b79fe365d855795058100.gz
|
2006-06-02 08:42:17 +10:00 |
|
axel
|
7c016c56e3
|
Only hide /private directories in pwd function under OS X
darcs-hash:20060601222300-ac50b-b08a9425d33cf41d60aa0a42edffa32f521fc2a3.gz
|
2006-06-02 08:23:00 +10:00 |
|
axel
|
0602044723
|
Add completions for 'cp'.
darcs-hash:20060601221808-ac50b-f9f8d90f6e53fe6bc41d124b00ded09c4979af6d.gz
|
2006-06-02 08:18:08 +10:00 |
|
axel
|
4ffd2afccd
|
Fix some minor 64-bit uncleanlieness - thanks to James Anthill
darcs-hash:20060601194231-ac50b-a6b9b94379ba1d5bb6c61f7fad4652c8f748b25f.gz
|
2006-06-02 05:42:31 +10:00 |
|
axel
|
ec58ffa641
|
Bump version number
darcs-hash:20060531154529-ac50b-92c8377b8b3164fa280c02b4752243295c4b7c40.gz
|
2006-06-01 01:45:29 +10:00 |
|
axel
|
2c44ecb4a3
|
Drop debug message
darcs-hash:20060531154456-ac50b-2367291f440bff21b3029829ff7dff86be5b5ec1.gz
|
2006-06-01 01:44:56 +10:00 |
|
axel
|
2eebb6e7ed
|
Revert addition of the seq file to repo - only seq.in should be there. Also apply earlier fix to seq.in
darcs-hash:20060531154428-ac50b-7ddeef083d3d965eb484cb11a71c1291660fee89.gz
|
2006-06-01 01:44:28 +10:00 |
|
axel
|
1a3ab8a189
|
Make validation code show offening parameter on perameter expansion problems
darcs-hash:20060531154147-ac50b-dd9b9a3e000352b045a4a9c3122a45a312c43f19.gz
|
2006-06-01 01:41:47 +10:00 |
|
axel
|
4722ddc373
|
Increase size of buffer for parser error string. Should change this to a dynamically allocated string.
darcs-hash:20060531154028-ac50b-ada120ecfe65bcf1ad1b3d1a5fad41ae9dec133c.gz
|
2006-06-01 01:40:28 +10:00 |
|
axel
|
25365dbc54
|
Minor change to the strings to a printf comman, since it seems to work differently under different platforms
darcs-hash:20060530091417-ac50b-4eead9f39433b54ab66dea1c336b533689d85c46.gz
|
2006-05-30 19:14:17 +10:00 |
|
axel
|
6a5f11879b
|
Minor code simplifications in highlighting code
darcs-hash:20060530003535-ac50b-6babcc9880a018a669e123c2acdb548adb4406ce.gz
|
2006-05-30 10:35:35 +10:00 |
|
axel
|
b028e41f7f
|
Slightly updated fusermount completions - Thanks to Sean Higgins
darcs-hash:20060529135227-ac50b-ffce282fc850a895da75f64cd8a151277f42a937.gz
|
2006-05-29 23:52:27 +10:00 |
|
axel
|
86593cd6a2
|
Add highlighting to a few missing escape sequences
darcs-hash:20060529134659-ac50b-48de59c1c84e4e3d3a6cf6283ec8a652986c380d.gz
|
2006-05-29 23:46:59 +10:00 |
|
axel
|
6cae5c8b0a
|
Minor rewordings and additions to the manual
darcs-hash:20060529134607-ac50b-097cf23e8009b13afa456cf3946cc0799b0fd471.gz
|
2006-05-29 23:46:07 +10:00 |
|
axel
|
29cd62ab6e
|
Check documentation for listing of external commands instead of relying on out of date static lists in various places
darcs-hash:20060529133239-ac50b-48392cfa1e5817ed8df452f0632658af7fe47a28.gz
|
2006-05-29 23:32:39 +10:00 |
|
axel
|
4c7e06e752
|
Add missing event trigger when non-universal variable is erased
darcs-hash:20060529131217-ac50b-feb2034230297d9edc120369d8f3c1cfff6acfcd.gz
|
2006-05-29 23:12:17 +10:00 |
|
axel
|
433169dca4
|
Avoid using the pwd command in favour of the $PWD variable, since the pwd command does not seem to work well with fuse
darcs-hash:20060529130753-ac50b-0d32fe0924dbf9e83520d26402e9daae77789419.gz
|
2006-05-29 23:07:53 +10:00 |
|
axel
|
d46dade284
|
Rename function expand_variable_array to tokenize_variable_array and move it from expand.c to common.c, since it is used by fish_pager, which should not depend on expand.o
darcs-hash:20060529111342-ac50b-315d7dcf04e05fa8f32e16801e6793ac4e4e022e.gz
|
2006-05-29 21:13:42 +10:00 |
|
axel
|
79b466441b
|
Fix major memory leak in highlighting code and a minor leak in the parser
darcs-hash:20060528110630-ac50b-94a83ec6731b39ebcf864b7491ec3c372e28a135.gz
|
2006-05-28 21:06:30 +10:00 |
|
axel
|
9f14d50974
|
Extend manual section on highlighting colors
darcs-hash:20060528105437-ac50b-c1c703206e855e5a4b5d7cf48bc19c48e12d2833.gz
|
2006-05-28 20:54:37 +10:00 |
|
axel
|
990803009e
|
Minor edits
darcs-hash:20060527134918-ac50b-b244916fc6649e1abb4832bdaa3fff81fcbe3937.gz
|
2006-05-27 23:49:18 +10:00 |
|
axel
|
6dfd629fc5
|
Update todo list
darcs-hash:20060527134859-ac50b-3890023bb4003bbf773bf68dbcb9588c6ec55600.gz
|
2006-05-27 23:48:59 +10:00 |
|
axel
|
d97f8f3fde
|
Add missing completion for complete builtin
darcs-hash:20060527134741-ac50b-dd50e408384d48b4b859240ac4fb6ad1ea8d25a5.gz
|
2006-05-27 23:47:41 +10:00 |
|
axel
|
95ca3d1c69
|
Minor clarifications for documentation for the set builtin
darcs-hash:20060527134723-ac50b-8ad44bf44a8537f12b45281950fcaf85abbdd8f4.gz
|
2006-05-27 23:47:23 +10:00 |
|
axel
|
c8b04f70cf
|
Add highlighting of a few missing escapes
darcs-hash:20060527134026-ac50b-3ff05d1fe0246d37c1be6e4a6d4492bf411808b7.gz
|
2006-05-27 23:40:26 +10:00 |
|
axel
|
bffff77d17
|
Add support for bold highligting
darcs-hash:20060527133930-ac50b-515d0887567c0e89fdfe10fe8310d6ebb4485974.gz
|
2006-05-27 23:39:30 +10:00 |
|
axel
|
6bdb0cde8b
|
Add support for highligting qutes in a special color - defaults to blue
darcs-hash:20060527123516-ac50b-d6e0cf08bd9dfe8514e64004d93dc4035e73fad8.gz
|
2006-05-27 22:35:16 +10:00 |
|
axel
|
42a260f1e6
|
Use ahead of time validator to make sure that commands entered on the command line are valid
darcs-hash:20060527111456-ac50b-1bc070467029b851d34a1b99457415e3f0b24429.gz
|
2006-05-27 21:14:56 +10:00 |
|
axel
|
148cb68700
|
Add Parenthesis and braces to list of highlighted operators, and do minor code cleanup
darcs-hash:20060527005618-ac50b-272d096796b732b7d6c000c30be1a9ca1e1995a6.gz
|
2006-05-27 10:56:18 +10:00 |
|
axel
|
18c185c256
|
Add support for highlighting operators and escaped sequences
darcs-hash:20060526164638-ac50b-2259579e0460df0641683ce6127bb8516fca8c7e.gz
|
2006-05-27 02:46:38 +10:00 |
|