CVS log for epic5/script/data_struct |
 |
Up to [Epic CVS] / epic5 / script
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Tue Feb 19 13:13:12 2008 UTC (6 months, 2 weeks ago) by crazyed
Branch:
MAIN
CVS Tags:
epic5-0_3_9,
epic5-0_3_8,
HEAD
Changes since 1.9: +24 -0 lines
Diff to previous 1.9
* Fixed q1cmd in command queues to address space mangling issues
first noticed by Kraca.
* Fixed data_struct to work with dword.
* Fixed tabkey.ce to work better with args with spaces in them.
* Fixed tabkey.ce to not put / prefix on recursed commands (again).
* Fixed tabkey.ce to work with 005 CHANTYPES.
* Fixed $xdebug() to work with multiple arguments as it once did.
* Fixed what appears to be a typo in elf.c and I don't really know what
it does. I hope it doesn't break anything for anybody. XXX
* Minor optimisation for notify.c.
* Added handling of the 340 numeric in numbers.c
* Handle extraneous spaces in server MODE messages. Austhex adds these.
* Trigger waiting ISON's when we connect again. I don't recall why
I took this out in the first place.
* Added "/userhost -flush", which will flush the queue of messages waiting
to be sent, NOT the queue awaiting replies.
* Extended "/ison -f" to also flush the queue of ISON's waiting to be sent.
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Wed Oct 3 05:02:11 2007 UTC (11 months ago) by crazyed
Branch:
MAIN
CVS Tags:
epic5-0_3_7,
epic5-0_3_6
Changes since 1.8: +22 -0 lines
Diff to previous 1.8
From KNOWNBUGS:
* Fixed builtins to not return spaces at end of $xform() functions (last commit).
* Fixed commented out lines in commandqueues for backward compatibility.
* FINALLY cleaned up code in data_array.
* Added some /assign handling functions to data_struct.
* Fixed $chhops(), $nochhops(), $chvoices() $chnovoices() in script/functions.
* Changed tabkey.ce to _also_ complete from notify list by default.
* Changed tabkey.ce to complete recursed commands without a leading slash.
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Sat Jun 25 13:12:11 2005 UTC (3 years, 2 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_3_5,
epic5-0_3_4,
epic5-0_3_3,
epic5-0_3_2,
epic5-0_3_1,
epic5-0_2_0,
epic5-0_0_8,
epic5-0_0_7,
epic5-0_0_6
Changes since 1.7: +145 -143 lines
Diff to previous 1.7
PF-ify all of the scripts.
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Thu Jan 29 06:59:54 2004 UTC (4 years, 7 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic5-0_0_5,
epic5-0_0_4,
epic5-0_0_3,
epic5-0_0_2
Changes since 1.6: +14 -13 lines
Diff to previous 1.6
Merge changes from epic4 commits 674 to 692, inclusive.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Fri Oct 31 08:19:23 2003 UTC (4 years, 10 months ago) by crazyed
Branch:
MAIN
CVS Tags:
epic5-0_0_1,
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
Changes since 1.5: +65 -48 lines
Diff to previous 1.5
* Numerous updates/changes/fixes to DCC, functions, scripts, /EXEC, the
new math parser, as per UPDATES and KNOWNBUGS.
One potential incompatibility is in the change to $open(). (as per UPDATES)
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Sat Aug 30 05:18:23 2003 UTC (5 years ago) by crazyed
Branch:
MAIN
CVS Tags:
epic4-1_1_13
Changes since 1.4: +52 -47 lines
Diff to previous 1.4
* New script features, cleanups, docs, etc as per KNOWNBUGS and UPDATES.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Tue Apr 22 12:28:03 2003 UTC (5 years, 4 months ago) by crazyed
Branch:
MAIN
CVS Tags:
epic4-1_1_12
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
* Removed local dependancies from script/data_* which should
make them work now.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Fri Apr 18 23:37:44 2003 UTC (5 years, 4 months ago) by crazyed
Branch:
MAIN
Changes since 1.2: +7 -5 lines
Diff to previous 1.2
* More cleanups for script/data_struct.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Wed Apr 16 06:22:03 2003 UTC (5 years, 4 months ago) by crazyed
Branch:
MAIN
Changes since 1.1: +3 -7 lines
Diff to previous 1.1
* Remembered to increment commit_id.
* Removed certain local dependancies from the last commit.
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Wed Apr 16 05:29:59 2003 UTC (5 years, 4 months ago) by crazyed
Branch:
MAIN
Added the script/data* scripts that define a few aliases useful for
manipulating certain data structures. data_array still needs cleaning up
as you will no doubt observe.
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.