CVS log for epic4/source/queue.c |
 |
Up to [Epic CVS] / epic4 / source
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Wed Jul 9 20:10:25 2003 UTC (5 years, 3 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_8,
epic4-2_6,
epic4-2_4,
epic4-2_2,
epic4-2_1_3,
epic4-2_1_2,
epic4-2_1_1,
epic4-2_10,
epic4-2_0,
epic4-1_2_9,
epic4-1_2_8,
epic4-1_2_7,
epic4-1_2_6,
epic4-1_2_5,
epic4-1_2_4,
epic4-1_2_3,
epic4-1_2_2,
epic4-1_2_1,
epic4-1_2_0,
epic4-1_1_17,
epic4-1_1_16,
epic4-1_1_15,
epic4-1_1_14,
epic4-1_1_13,
HEAD
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
Convert m_strdup() to malloc_strdup().
Revision
1.9.2.1
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 09:20:46 2003 UTC (5 years, 6 months ago) by wd
Branch:
wd-devel
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
to next main 1.10
Okay. User input is now handled specially, and parse_command() will not
accept incomplete command names anymore.
-wd
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Fri Oct 18 20:10:23 2002 UTC (5 years, 11 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_9,
epic4-1_1_8,
epic4-1_1_12,
epic4-1_1_11,
epic4-1_1_10
Branch point for:
wd-devel
Changes since 1.8: +5 -2 lines
Diff to previous 1.8
* Change expand_twiddle(), path_search() to take results as params, int retval
* Add normalize_filename(), to do job expand_twiddle() used to do.
* Add isdir(), just because
* Change /CD, /LOAD, /SAVE, /DCC SEND, /DCC GET, to use normalize_filename.
* Change /DCC RESUME, $open(), $which(), $unlink() to use normalize_filename.
* Change $rename(), $rmdir(), $fexist(), $fsize() to use normalize_filename.
* Change $glob(), $globi(), $mkdir(), $chmod() to use normalize_filename.
* Change $ftime(), $randread(), and uzfopen() to use normalize_filename.
* Change /LOG, /SET LOGFILE, servers file to use normalize_filename.
* Fix /LOG so maximum number of targets per log is a compile time #define.
* Revamp expand_twiddle() and uzfopen().
* Fix uzfopen() to look for 'bunzip2' in addition to 'bunzip'.
* Fix bug with /QUEUE -delete
* Remove unused variable in window_scroll().
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Wed Jul 17 21:52:52 2002 UTC (6 years, 2 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_7,
epic4-1_1_6
Changes since 1.7: +28 -3 lines
Diff to previous 1.7
Update copyright notices and copyright dates.
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Sun Feb 17 21:53:25 2002 UTC (6 years, 7 months ago) by crazyed
Branch:
MAIN
CVS Tags:
epic4-1_1_5,
epic4-1_1_4,
epic4-1_1_3
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
Fix to a /queue bug which causes infinite loops and coredumps.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Thu Feb 14 00:14:41 2002 UTC (6 years, 7 months ago) by jnelson
Branch:
MAIN
Changes since 1.5: +13 -0 lines
Diff to previous 1.5
Fix a couple of minor style nits in functions.c
Add a new flag to /queue, /QUEUE -EXPAND_NOW to simulate historical
behavior of subjecting <commands> to 'quoting hell'.
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Wed Feb 13 23:02:49 2002 UTC (6 years, 7 months ago) by jnelson
Branch:
MAIN
Changes since 1.4: +288 -266 lines
Diff to previous 1.4
Garbage collect unused "scanstr" function
Major rewrite/redesign of the /QUEUE command. I will be documenting
all of the changes in UPDATING. This is overdue by several years.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Mon Dec 3 07:01:40 2001 UTC (6 years, 10 months ago) by jnelson
Branch:
MAIN
Changes since 1.3: +8 -3 lines
Diff to previous 1.3
"Doctor, it hurts when I do this!"
"Then don't do that!"
Yes, we should be doing the expansion at runtime
What we should not be doing is the expansion at registration time.
Revert the last change, and continue doing expansions at runtime.
"Fix" /queue so it does not call expand_alias() up front.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Mon Dec 3 06:39:00 2001 UTC (6 years, 10 months ago) by jnelson
Branch:
MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
For some inexplicably dumb reason, I designed /queue to double-eval your
commands, once at registration time and once again at runtime. This makes
/queue basically useless since you're subjected to quoting hell all the time.
"Fix" this by not making /queue do the second expand at runtime. That second
expansion is useless at best and a security hazard waiting to happen at worst.
If you depended on these semantics, you are truly a soul to be pitied. ;-)
You can email me if you object to this change.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Mon Oct 8 19:02:45 2001 UTC (7 years ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_1
Changes since 1.1: +9 -15 lines
Diff to previous 1.1
De-bogofy the /queue command -- queue names are now case-preserving,
and are not folded to uppercase, and we no longer need that stupid
"this sucks" variable which bounds checking gcc chokes on. Good riddance.
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Tue Dec 5 00:11:57 2000 UTC (7 years, 10 months ago) by jnelson
Branch:
epicsol
CVS Tags:
start,
epic4_0_9_15,
epic4-1_0_1,
epic4-1_0,
epic4-0_9_17,
epic4-0_9_16,
epic4-0_9_15,
epic4-0_9_14,
epic4-0_10_0,
epic-test-tag2,
epic-test-tag
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial import into CVS
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Dec 5 00:11:57 2000 UTC (7 years, 10 months ago) by jnelson
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.