ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Tue Jul 25 18:06:07 2023 UTC (9 months, 4 weeks ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.260: +1 -1 lines
Diff to previous 1.260
*** empty log message ***

Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 06:10:37 2023 UTC (10 months, 2 weeks ago) by root
Branch: MAIN
Changes since 1.259: +1 -1 lines
Diff to previous 1.259
*** empty log message ***

Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Sun Mar 5 06:11:32 2023 UTC (14 months, 2 weeks ago) by sf-exg
Branch: MAIN
Changes since 1.258: +7 -7 lines
Diff to previous 1.258
Fix reference counting of values returned by some perl bindings

Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 21:07:27 2022 UTC (16 months, 3 weeks ago) by root
Branch: MAIN
Changes since 1.257: +36 -35 lines
Diff to previous 1.257
*** empty log message ***

Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 16:51:59 2022 UTC (16 months, 3 weeks ago) by root
Branch: MAIN
Changes since 1.256: +84 -6 lines
Diff to previous 1.256
*** empty log message ***

Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Wed Nov 24 18:17:20 2021 UTC (2 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_30
Changes since 1.255: +1 -1 lines
Diff to previous 1.255
Fix format specifier

Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 23:00:48 2021 UTC (2 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_29
Changes since 1.254: +1 -1 lines
Diff to previous 1.254
*** empty log message ***

Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 15:15:02 2021 UTC (2 years, 6 months ago) by root
Branch: MAIN
Changes since 1.253: +6 -0 lines
Diff to previous 1.253
*** empty log message ***

Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 11:58:27 2021 UTC (2 years, 10 months ago) by root
Branch: MAIN
Changes since 1.252: +2 -0 lines
Diff to previous 1.252
*** empty log message ***

Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Wed Jul 14 13:52:24 2021 UTC (2 years, 10 months ago) by root
Branch: MAIN
Changes since 1.251: +1 -1 lines
Diff to previous 1.251
*** empty log message ***

Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Wed Jul 14 12:39:57 2021 UTC (2 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.250: +2 -3 lines
Diff to previous 1.250
Improve view_start perl method

Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Thu Jun 17 00:49:20 2021 UTC (2 years, 11 months ago) by root
Branch: MAIN
Changes since 1.249: +1 -1 lines
Diff to previous 1.249
add can_compose flag tor xvt_font, to indicate whether the font handles
glyph composiiton (might go away)
allow rxvt_composite.expand to work with whcar_t and text_t as output,
will likely change.

Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Sun May 9 17:11:10 2021 UTC (3 years ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26
Changes since 1.248: +1 -0 lines
Diff to previous 1.248
new libecb, theoretical fix

Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Sat May 8 06:16:21 2021 UTC (3 years ago) by sf-exg
Branch: MAIN
Changes since 1.247: +2 -2 lines
Diff to previous 1.247
Improve naming of extended mouse private mode constants

Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Tue Jun 30 07:31:24 2020 UTC (3 years, 10 months ago) by root
Branch: MAIN
Changes since 1.246: +4 -0 lines
Diff to previous 1.246
do not call perl_destruct

Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 09:35:12 2020 UTC (4 years, 4 months ago) by root
Branch: MAIN
Changes since 1.245: +4 -4 lines
Diff to previous 1.245
*** empty log message ***

Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Tue Sep 17 20:38:14 2019 UTC (4 years, 8 months ago) by root
Branch: MAIN
Changes since 1.244: +9 -3 lines
Diff to previous 1.244
improved background extension and resource parsing

Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 03:35:01 2019 UTC (4 years, 11 months ago) by root
Branch: MAIN
Changes since 1.243: +3 -3 lines
Diff to previous 1.243
*** empty log message ***

Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Mon Dec 24 07:55:33 2018 UTC (5 years, 5 months ago) by root
Branch: MAIN
Changes since 1.242: +3 -2 lines
Diff to previous 1.242
*** empty log message ***

Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 08:16:31 2017 UTC (6 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.241: +6 -2 lines
Diff to previous 1.241
Fix urxvtd crash when using a background expression.

A rxvt_img object contains a pointer to the associated rxvt_screen,
which in practice corresponds to the terminal object that created the
image. This causes a use-after-free when there are two or more terminal
objects sharing a rxvt_img and the one that created it is destroyed.
This patch fixes the issue by replacing the rxvt_screen pointer with a
pointer to the associated rxvt_display.

Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Thu Jul 13 10:31:27 2017 UTC (6 years, 10 months ago) by root
Branch: MAIN
Changes since 1.240: +32 -0 lines
Diff to previous 1.240
*** empty log message ***

Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Thu Jun 22 23:46:38 2017 UTC (6 years, 11 months ago) by root
Branch: MAIN
Changes since 1.239: +2 -0 lines
Diff to previous 1.239
*** empty log message ***

Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 19:43:38 2017 UTC (7 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.238: +1 -1 lines
Diff to previous 1.238
Fix reference counting in overlay::hide.

Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Thu Jul 14 05:33:26 2016 UTC (7 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.237: +1 -1 lines
Diff to previous 1.237
Move old bg image frontend to background extension.

Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 11:59:37 2015 UTC (8 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_22
Changes since 1.236: +3 -1 lines
Diff to previous 1.236
*** empty log message ***

Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Tue Mar 17 09:23:08 2015 UTC (9 years, 2 months ago) by sf-exg
Branch: MAIN
Changes since 1.235: +10 -0 lines
Diff to previous 1.235
Add perl method to lookup the action bound to a key combination.

Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 14:48:59 2015 UTC (9 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.234: +1 -1 lines
Diff to previous 1.234
Fix copyright years.

Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 20:13:01 2015 UTC (9 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.233: +3 -0 lines
Diff to previous 1.233
In tabbed, check for a pending refresh in the active tab after forwarding a key press/release event to it.

Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:23:42 2014 UTC (9 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_21
Changes since 1.232: +1 -1 lines
Diff to previous 1.232
*** empty log message ***

Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 18:57:34 2014 UTC (9 years, 4 months ago) by root
Branch: MAIN
Changes since 1.231: +8 -8 lines
Diff to previous 1.231
*** empty log message ***

Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Sat Dec 13 12:24:33 2014 UTC (9 years, 5 months ago) by root
Branch: MAIN
Changes since 1.230: +1 -1 lines
Diff to previous 1.230
*** empty log message ***

Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 09:05:51 2014 UTC (9 years, 6 months ago) by sf-exg
Branch: MAIN
Changes since 1.229: +2 -0 lines
Diff to previous 1.229
Fix memory leak in special_{encode,decode}.

Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Mon Oct 13 17:05:32 2014 UTC (9 years, 7 months ago) by sf-exg
Branch: MAIN
Changes since 1.228: +7 -0 lines
Diff to previous 1.228
Restore keysym-list extension.

Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Fri Sep 5 19:02:53 2014 UTC (9 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.227: +1 -1 lines
Diff to previous 1.227
Use XGetKeyboardMapping instead of XKeycodeToKeysym.

Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Wed Sep 3 18:47:16 2014 UTC (9 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.226: +5 -0 lines
Diff to previous 1.226
Make $term->_keysym_resources return only valid keysym resources.

Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Wed Sep 3 18:20:37 2014 UTC (9 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.225: +0 -7 lines
Diff to previous 1.225
Remove register_command and on_register_command.

Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 15:58:29 2014 UTC (9 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.224: +1 -0 lines
Diff to previous 1.224
Add DECSCUSR xterm extension to set the cursor to a vertical bar.

Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:33 2014 UTC (10 years ago) by root
Branch: MAIN
Changes since 1.223: +2 -2 lines
Diff to previous 1.223
GPLv3

Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Sun May 18 18:09:52 2014 UTC (10 years ago) by root
Branch: MAIN
Changes since 1.222: +21 -0 lines
Diff to previous 1.222
*** empty log message ***

Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Sat May 17 15:25:04 2014 UTC (10 years ago) by root
Branch: MAIN
Changes since 1.221: +1 -1 lines
Diff to previous 1.221
*** empty log message ***

Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Fri May 2 20:35:17 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.220: +8 -0 lines
Diff to previous 1.220
Add tt_write_user_input perl binding.

Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Fri May 2 20:35:00 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.219: +1 -1 lines
Diff to previous 1.219
Rename register_user_translation to register_action.

Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Fri May 2 20:34:24 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.218: +4 -2 lines
Diff to previous 1.218
Rename parse_keysym to bind_action.

Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 20:51:12 2014 UTC (10 years ago) by root
Branch: MAIN
Changes since 1.217: +4 -0 lines
Diff to previous 1.217
for discussion

Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 10:32:25 2013 UTC (10 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_20
Changes since 1.216: +2 -0 lines
Diff to previous 1.216
Fix build with --disable-fading --enable-perl.

Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Thu Oct 3 01:11:38 2013 UTC (10 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_19
Changes since 1.215: +10 -0 lines
Diff to previous 1.215
FOCUS/fade

Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 09:10:21 2013 UTC (11 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.214: +3 -0 lines
Diff to previous 1.214
Add selection_request perl binding.

Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 09:33:51 2013 UTC (11 years, 2 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18
Changes since 1.213: +2 -4 lines
Diff to previous 1.213
Remove hack.

Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 17:26:53 2013 UTC (11 years, 3 months ago) by root
Branch: MAIN
Changes since 1.212: +1 -1 lines
Diff to previous 1.212
*** empty log message ***

Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 10:04:34 2013 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.211: +3 -0 lines
Diff to previous 1.211
Add shade operator to rxvt_img.

Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 11:52:15 2012 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.210: +1 -1 lines
Diff to previous 1.210
Simplify reset of bg_flags.

Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 11:37:07 2012 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.209: +2 -2 lines
Diff to previous 1.209
Fix last change to rxvtperl.xs.

Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 11:34:13 2012 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.208: +2 -3 lines
Diff to previous 1.208
Destroy bg_img directly rather than through bg_destroy.

Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 15:59:51 2012 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.207: +2 -4 lines
Diff to previous 1.207
Make code needed to set the bg pixmap conditional to HAVE_IMG.

Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 21:19:21 2012 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.206: +2 -0 lines
Diff to previous 1.206
Fix build with --disable-everything --enable-perl.

Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Sat Jul 7 07:00:17 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16
Changes since 1.205: +4 -4 lines
Diff to previous 1.205
*** empty log message ***

Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 03:57:53 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.204: +3 -0 lines
Diff to previous 1.204
hmm...

Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 02:01:41 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.203: +3 -2 lines
Diff to previous 1.203
*** empty log message ***

Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 01:35:37 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.202: +1 -1 lines
Diff to previous 1.202
*** empty log message ***

Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Sat Jun 30 09:01:12 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.201: +7 -0 lines
Diff to previous 1.201
Restore vt perl accessor.

Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 13:41:43 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.200: +1 -1 lines
Diff to previous 1.200
Use g_object_unref rather than the deprecated gdk_pixbuf_unref to
destroy a pixbuf object.

Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Sun Jun 17 21:58:18 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.199: +49 -25 lines
Diff to previous 1.199
*** empty log message ***

Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 19:31:17 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.198: +4 -1 lines
Diff to previous 1.198
*** empty log message ***

Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:59:39 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.197: +59 -1 lines
Diff to previous 1.197
*** empty log message ***

Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:19:11 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.196: +6 -5 lines
Diff to previous 1.196
*** empty log message ***

Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:13:19 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.195: +25 -2 lines
Diff to previous 1.195
*** empty log message ***

Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 17:16:05 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.194: +2 -0 lines
Diff to previous 1.194
*** empty log message ***

Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 17:06:57 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.193: +37 -7 lines
Diff to previous 1.193
*** empty log message ***

Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 18:25:57 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.192: +7 -7 lines
Diff to previous 1.192
*** empty log message ***

Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 10:45:53 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.191: +16 -5 lines
Diff to previous 1.191
*** empty log message ***

Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 15:01:14 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.190: +7 -3 lines
Diff to previous 1.190
must have been in a hurry

Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 13:07:56 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189
Switch background.C to rxvtimg api (xrender is now required).

Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 10:29:26 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.188: +4 -7 lines
Diff to previous 1.188
*** empty log message ***

Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 17:28:03 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.187: +2 -0 lines
Diff to previous 1.187
Enable the rxvtimg api also when gdk-pixbuf is not available.

Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 10:21:19 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.186: +11 -20 lines
Diff to previous 1.186
*** empty log message ***

Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 18:07:42 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.185: +6 -6 lines
Diff to previous 1.185
*** empty log message ***

Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 17:30:33 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.184: +6 -6 lines
Diff to previous 1.184
*** empty log message ***

Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 17:21:56 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.183: +8 -1 lines
Diff to previous 1.183
*** empty log message ***

Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 17:04:33 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.182: +26 -7 lines
Diff to previous 1.182
µcorrectness

Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 16:30:58 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.181: +1 -1 lines
Diff to previous 1.181
*** empty log message ***

Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 13:12:08 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.180: +5 -5 lines
Diff to previous 1.180
*** empty log message ***

Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 12:56:27 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.179: +6 -2 lines
Diff to previous 1.179
*** empty log message ***

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 09:34:51 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.178: +2 -2 lines
Diff to previous 1.178
Add a flag to inhibit bg image management in core.

Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 08:12:55 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.177: +11 -3 lines
Diff to previous 1.177
*** empty log message ***

Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 07:53:12 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.176: +2 -17 lines
Diff to previous 1.176
preliminary recounting

Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 22:01:44 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.175: +16 -9 lines
Diff to previous 1.175
*** empty log message ***

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 20:55:37 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.174: +8 -1 lines
Diff to previous 1.174
*** empty log message ***

Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 14:34:03 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.173: +2 -0 lines
Diff to previous 1.173
*** empty log message ***

Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 11:46:11 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.172: +9 -3 lines
Diff to previous 1.172
*** empty log message ***

Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 22:46:50 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.171: +1 -4 lines
Diff to previous 1.171
*** empty log message ***

Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 22:23:07 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.170: +9 -2 lines
Diff to previous 1.170
*** empty log message ***

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 19:32:29 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.169: +46 -2 lines
Diff to previous 1.169
*** empty log message ***

Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 15:18:24 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.168: +1 -1 lines
Diff to previous 1.168
Make rxvt_img::blur non-inplace.

Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 15:12:43 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.167: +2 -2 lines
Diff to previous 1.167
Fix computation of image format in rxvt_term::new_img.

Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 13:39:26 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.166: +24 -3 lines
Diff to previous 1.166
*** empty log message ***

Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 11:00:40 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.165: +27 -15 lines
Diff to previous 1.165
*** empty log message ***

Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 21:33:47 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.164: +17 -0 lines
Diff to previous 1.164
*** empty log message ***

Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 18:17:25 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.163: +6 -3 lines
Diff to previous 1.163
*** empty log message ***

Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 16:12:55 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.162: +1 -1 lines
Diff to previous 1.162
*** empty log message ***

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 16:03:33 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.161: +42 -0 lines
Diff to previous 1.161
*** empty log message ***

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:43:22 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.160: +23 -5 lines
Diff to previous 1.160
*** empty log message ***

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:18:52 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.159: +1 -1 lines
Diff to previous 1.159
some #ifdef => #if changes

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:15:49 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.158: +54 -13 lines
Diff to previous 1.158
*** empty log message ***

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 18:04:44 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.157: +44 -26 lines
Diff to previous 1.157
sigh

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 15:54:15 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.156: +0 -1 lines
Diff to previous 1.156
*** empty log message ***

Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 15:54:05 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.155: +57 -1 lines
Diff to previous 1.155
*** empty log message ***

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 10:38:22 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.154: +17 -0 lines
Diff to previous 1.154
*** empty log message ***

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 11:32:21 2012 UTC (12 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.153: +0 -1 lines
Diff to previous 1.153
Fix build.

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 10:20:00 2012 UTC (12 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.152: +6 -0 lines
Diff to previous 1.152
Fix disabling of cursor blink with the option-popup menu.

Based on a patch by Jan Larres.

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 13:33:43 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_15
Changes since 1.151: +2 -2 lines
Diff to previous 1.151
Include the C standard headers rather than the corresponding C++ version.

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 13:04:12 2012 UTC (12 years, 4 months ago) by root
Branch: MAIN
Changes since 1.150: +1 -0 lines
Diff to previous 1.150
*** empty log message ***

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 15:34:57 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.149: +1 -1 lines
Diff to previous 1.149
Add a flag to check if the terminal init is completed, rather than
abusing env_colorfgbg.

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 12:01:30 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.148: +0 -7 lines
Diff to previous 1.148
Remove duplicated perl accessor for locale.

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 23:17:33 2011 UTC (12 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-9_14
Changes since 1.147: +1 -2 lines
Diff to previous 1.147
hopefully clearer handling of argv/envv

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 11:29:52 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.146: +0 -2 lines
Diff to previous 1.146
Cleanup handling of argv/env.

Move assignment and zero termination of envv in stringvec init () and
add zero termination of argv.

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 12:52:57 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.145: +3 -0 lines
Diff to previous 1.145
Add set_urgency perl binding.

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 09:03:43 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.144: +7 -0 lines
Diff to previous 1.144
Add on_register_command hook and register_command method.

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 12:53:50 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.143: +0 -5 lines
Diff to previous 1.143
Remove unused and undocumented XUngrabKeyboard perl binding.

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Fri Jul 29 08:35:09 2011 UTC (12 years, 9 months ago) by root
Branch: MAIN
Changes since 1.142: +2 -2 lines
Diff to previous 1.142
*** empty log message ***

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 19:07:08 2011 UTC (12 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.141: +25 -0 lines
Diff to previous 1.141
Maintain an AV per terminal of the associated rxvt_selection objects
and delete all the requests on terminal destruction.

Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Mon May 30 18:39:03 2011 UTC (12 years, 11 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_12
Changes since 1.140: +3 -3 lines
Diff to previous 1.140
Migrate to libecb.

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Thu Apr 7 12:19:41 2011 UTC (13 years, 1 month ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_11
Changes since 1.139: +1 -1 lines
Diff to previous 1.139
Change type of 'parent' from array of Window to Window as all the
elements except the first are unused.

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 17:34:29 2011 UTC (13 years, 2 months ago) by root
Branch: MAIN
Changes since 1.138: +15 -0 lines
Diff to previous 1.138
*** empty log message ***

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 08:10:10 2011 UTC (13 years, 3 months ago) by root
Branch: MAIN
Changes since 1.137: +23 -3 lines
Diff to previous 1.137
*** empty log message ***

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 07:41:03 2011 UTC (13 years, 3 months ago) by root
Branch: MAIN
Changes since 1.136: +1 -1 lines
Diff to previous 1.136
the pcg is now the schmorp

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 21:17:08 2011 UTC (13 years, 4 months ago) by root
Branch: MAIN
Changes since 1.135: +0 -2 lines
Diff to previous 1.135
minor warn cleanup

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 18:17:38 2010 UTC (13 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.134: +3 -3 lines
Diff to previous 1.134
Add ARRAY_LENGTH macro with obvious meaning and use it.

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Thu Dec 16 23:03:50 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.133: +189 -197 lines
Diff to previous 1.133
*** empty log message ***

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 17:51:27 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-9_10
Changes since 1.132: +1 -1 lines
Diff to previous 1.132
*** empty log message ***

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 10:20:26 2010 UTC (13 years, 10 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_09
Changes since 1.131: +8 -0 lines
Diff to previous 1.131
Add on_tt_paste perl hook and tt_paste perl binding.

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Sun May 23 00:08:53 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.130: +11 -0 lines
Diff to previous 1.130
some constants

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Sun Feb 14 19:34:42 2010 UTC (14 years, 3 months ago) by sf-exg
Branch: MAIN
CVS Tags: before_dynamic_fontidx, dynamic_fontidx
Changes since 1.129: +9 -9 lines
Diff to previous 1.129
Remove '$term->clipboard_copy' and extend '$term->selection' to optionally
query/set the clipboard text.

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 21:53:13 2010 UTC (14 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.128: +5 -2 lines
Diff to previous 1.128
Add support for copying to clipboard (based on patch by Dana Jansens).

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Sat Dec 26 09:42:16 2009 UTC (14 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-9_07
Changes since 1.127: +16 -5 lines
Diff to previous 1.127
*** empty log message ***

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Sat May 30 08:51:23 2009 UTC (14 years, 11 months ago) by root
Branch: MAIN
Changes since 1.126: +32 -30 lines
Diff to previous 1.126
*** empty log message ***

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 14:43:54 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-9_06
Changes since 1.125: +13 -5 lines
Diff to previous 1.125
minor overlay refactoring, syntax changes

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 15:36:45 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.124: +6 -2 lines
Diff to previous 1.124
*** empty log message ***

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 03:24:08 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.123: +2 -0 lines
Diff to previous 1.123
*** empty log message ***

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 14:54:44 2008 UTC (15 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-9_05
Changes since 1.122: +14 -5 lines
Diff to previous 1.122
*** empty log message ***

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 14:07:58 2008 UTC (15 years, 11 months ago) by root
Branch: MAIN
Changes since 1.121: +1 -1 lines
Diff to previous 1.121
*** empty log message ***

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 22:48:33 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_02
Changes since 1.120: +1 -5 lines
Diff to previous 1.120
Always compile in plain style scrollbar.

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 16:04:57 2008 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-9_0, rel-9_01
Changes since 1.119: +1 -1 lines
Diff to previous 1.119
boring

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Fri Jan 4 17:57:28 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.118: +2 -2 lines
Diff to previous 1.118
Move leftptr_cursor from rxvt_term to scrollBar_t.

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 05:25:25 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-8_8, rel-8_9
Changes since 1.117: +11 -2 lines
Diff to previous 1.117
*** empty log message ***

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 18:24:36 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.116: +1 -8 lines
Diff to previous 1.116
*** empty log message ***

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 04:08:00 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-8_5a, rel-8_6, rel-8_7
Changes since 1.115: +5 -5 lines
Diff to previous 1.115
first rough cut at libev integration

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 09:55:24 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.114: +4 -4 lines
Diff to previous 1.114
Remove trailing whitespace.

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 18:31:00 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_4
Changes since 1.113: +0 -7 lines
Diff to previous 1.113
Remove unused vars and function.

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Tue May 1 21:10:04 2007 UTC (17 years ago) by ayin
Branch: MAIN
CVS Tags: rel-8_3
Changes since 1.112: +3 -6 lines
Diff to previous 1.112
*** empty log message ***

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 17:40:03 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-8_2
Changes since 1.111: +1 -0 lines
Diff to previous 1.111
*** empty log message ***

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 17:33:53 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.110: +0 -2 lines
Diff to previous 1.110
*** empty log message ***

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 17:22:04 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.109: +0 -4 lines
Diff to previous 1.109
*** empty log message ***

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 15:19:31 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.108: +5 -308 lines
Diff to previous 1.108
*** empty log message ***

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sun Dec 10 15:14:05 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.107: +1 -1 lines
Diff to previous 1.107
*** empty log message ***

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 03:50:36 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-8_1
Changes since 1.106: +1 -1 lines
Diff to previous 1.106
*** empty log message ***

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 12:13:57 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-8_0
Changes since 1.105: +7 -0 lines
Diff to previous 1.105
*** empty log message ***

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 15:11:46 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.104: +8 -2 lines
Diff to previous 1.104
*** empty log message ***

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Mon Aug 7 22:28:18 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.103: +1 -0 lines
Diff to previous 1.103
*** empty log message ***

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Mon Aug 7 21:38:24 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.102: +3 -0 lines
Diff to previous 1.102
*** empty log message ***

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Thu Jul 6 23:48:11 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-7_8, rel-7_9
Changes since 1.101: +47 -15 lines
Diff to previous 1.101
*** empty log message ***

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 23:34:14 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.100: +1 -4 lines
Diff to previous 1.100
*** empty log message ***

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 20:44:22 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_7
Changes since 1.99: +9 -14 lines
Diff to previous 1.99
*** empty log message ***

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 02:28:19 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.98: +0 -1 lines
Diff to previous 1.98
*** empty log message ***

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 05:40:15 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_6
Changes since 1.97: +28 -2 lines
Diff to previous 1.97
*** empty log message ***

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 16:12:48 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.96: +3 -3 lines
Diff to previous 1.96
*** empty log message ***

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 05:47:05 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.95: +29 -31 lines
Diff to previous 1.95
*** empty log message ***

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 20:51:28 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_5
Changes since 1.94: +69 -43 lines
Diff to previous 1.94
*** empty log message ***

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Thu Jan 26 00:09:47 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3a, rel-7_4
Changes since 1.93: +0 -1 lines
Diff to previous 1.93
*** empty log message ***

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 15:02:47 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3
Changes since 1.92: +26 -24 lines
Diff to previous 1.92
*** empty log message ***

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 00:57:57 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.91: +2 -1 lines
Diff to previous 1.91
*** empty log message ***

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 00:42:21 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.90: +68 -29 lines
Diff to previous 1.90
*** empty log message ***

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 20:39:47 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_2
Changes since 1.89: +7 -0 lines
Diff to previous 1.89
*** empty log message ***

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 11:57:06 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.88: +13 -3 lines
Diff to previous 1.88
*** empty log message ***

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 00:36:59 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.87: +8 -8 lines
Diff to previous 1.87
*** empty log message ***

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 08:07:38 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.86: +6 -4 lines
Diff to previous 1.86
*** empty log message ***

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 22:49:34 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.85: +5 -0 lines
Diff to previous 1.85
*** empty log message ***

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 22:05:41 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
*** empty log message ***

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 18:50:49 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.83: +18 -1 lines
Diff to previous 1.83
*** empty log message ***

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 15:40:39 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.82: +8 -2 lines
Diff to previous 1.82
*** empty log message ***

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 14:41:07 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.81: +16 -0 lines
Diff to previous 1.81
*** empty log message ***

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 13:32:29 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.80: +28 -3 lines
Diff to previous 1.80
*** empty log message ***

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 12:16:28 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.79: +19 -3 lines
Diff to previous 1.79
*** empty log message ***

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 10:27:08 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.78: +237 -141 lines
Diff to previous 1.78
*** empty log message ***

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 20:30:36 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.77: +14 -13 lines
Diff to previous 1.77
*** empty log message ***

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 17:55:27 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_1
Changes since 1.76: +1 -0 lines
Diff to previous 1.76
*** empty log message ***

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 11:56:00 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.75: +42 -31 lines
Diff to previous 1.75
*** empty log message ***

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 11:05:09 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.74: +7 -0 lines
Diff to previous 1.74
*** empty log message ***

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 10:31:37 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.73: +45 -21 lines
Diff to previous 1.73
*** empty log message ***

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 09:40:53 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.72: +11 -2 lines
Diff to previous 1.72
*** empty log message ***

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 08:33:34 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.71: +7 -1 lines
Diff to previous 1.71
*** empty log message ***

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 16:22:41 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.70: +11 -45 lines
Diff to previous 1.70
*** empty log message ***

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 09:34:21 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.69: +6 -3 lines
Diff to previous 1.69
*** empty log message ***

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 15:00:20 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
*** empty log message ***

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:48:09 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.67: +151 -153 lines
Diff to previous 1.67
*** empty log message ***

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sun Jan 15 06:02:41 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.66: +36 -29 lines
Diff to previous 1.66
*** empty log message ***

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sat Jan 14 09:28:57 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.65: +12 -2 lines
Diff to previous 1.65
*** empty log message ***

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 15:45:44 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_0
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
*** empty log message ***

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 15:42:50 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.63: +81 -0 lines
Diff to previous 1.63
*** empty log message ***

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 05:06:44 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.62: +0 -2 lines
Diff to previous 1.62
*** empty log message ***

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 04:59:04 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.61: +110 -34 lines
Diff to previous 1.61
*** empty log message ***

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:02:20 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.60: +1 -0 lines
Diff to previous 1.60
*** empty log message ***

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 05:22:47 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.59: +10 -0 lines
Diff to previous 1.59
*** empty log message ***

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 02:20:56 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.58: +5 -0 lines
Diff to previous 1.58
*** empty log message ***

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 01:38:37 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.57: +0 -4 lines
Diff to previous 1.57
*** empty log message ***

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 01:30:53 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.56: +125 -113 lines
Diff to previous 1.56
*** empty log message ***

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 00:35:39 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.55: +4 -0 lines
Diff to previous 1.55
*** empty log message ***

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 02:13:56 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.54: +5 -0 lines
Diff to previous 1.54
*** empty log message ***

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 00:59:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.53: +64 -30 lines
Diff to previous 1.53
*** empty log message ***

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Jan 10 04:49:54 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.52: +7 -0 lines
Diff to previous 1.52
*** empty log message ***

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Jan 10 04:23:39 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.51: +4 -1 lines
Diff to previous 1.51
*** empty log message ***

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 23:00:07 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.50: +6 -0 lines
Diff to previous 1.50
*** empty log message ***

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 22:41:41 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.49: +40 -10 lines
Diff to previous 1.49
*** empty log message ***

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 19:25:57 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.48: +8 -1 lines
Diff to previous 1.48
*** empty log message ***

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 05:08:02 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.47: +7 -0 lines
Diff to previous 1.47
*** empty log message ***

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 02:06:43 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.46: +7 -0 lines
Diff to previous 1.46
*** empty log message ***

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 01:36:56 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
*** empty log message ***

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 00:34:36 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.44: +27 -10 lines
Diff to previous 1.44
*** empty log message ***

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 22:58:13 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.43: +16 -11 lines
Diff to previous 1.43
*** empty log message ***

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 08:49:20 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
*** empty log message ***

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 08:43:11 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.41: +29 -12 lines
Diff to previous 1.41
*** empty log message ***

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 03:07:05 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.40: +8 -2 lines
Diff to previous 1.40
*** empty log message ***

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 00:07:18 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.39: +36 -0 lines
Diff to previous 1.39
*** empty log message ***

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 23:18:56 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.38: +10 -5 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 21:22:02 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.37: +33 -2 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 20:23:52 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.36: +13 -10 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 19:29:17 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.35: +58 -17 lines
Diff to previous 1.35
*** empty log message ***

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 04:19:43 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.34: +13 -0 lines
Diff to previous 1.34
*** empty log message ***

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 21:06:09 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.33: +1 -0 lines
Diff to previous 1.33
*** empty log message ***

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 20:50:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.32: +71 -6 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 18:33:30 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.31: +11 -29 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 05:37:59 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.30: +9 -2 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 05:28:55 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.29: +9 -0 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 03:40:19 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.28: +59 -0 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 02:58:02 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.27: +52 -0 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 01:16:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.26: +6 -6 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Jan 5 21:21:49 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.25: +8 -5 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Jan 5 01:04:10 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.24: +54 -21 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 21:37:55 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_3
Changes since 1.23: +72 -44 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 04:42:45 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 03:16:15 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 02:37:30 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.20: +7 -22 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 00:09:12 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 20:47:36 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.18: +17 -4 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 19:10:54 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.17: +50 -22 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 18:11:34 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 17:34:44 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.15: +3 -0 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 16:32:33 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 04:45:03 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +16 -5 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 04:18:47 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.12: +201 -24 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 02:42:17 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.11: +24 -4 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 02:01:27 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +36 -1 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 01:29:55 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 01:15:00 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +11 -2 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 00:06:57 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +132 -0 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 22:23:26 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +22 -0 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 21:17:01 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.5: +5 -0 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 20:35:39 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -4 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 19:05:05 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +11 -11 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 18:20:23 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.2: +57 -6 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 17:17:02 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +40 -0 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 15:35:43 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a