ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtdaemon.C
Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Jun 25 03:35:01 2019 UTC (4 years, 10 months ago) by root
Branch: MAIN
CVS Tags: HEAD, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 12:14:48 2014 UTC (9 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_21, rxvt-unicode-rel-9_22
Changes since 1.24: +1 -4 lines
Diff to previous 1.24
Replace auto_ptr with estl::scoped_array.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:33 2014 UTC (9 years, 11 months ago) by root
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
GPLv3

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri May 25 07:38:05 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16, rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_20
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Replace auto_ptr 'operator= (T *a)' with 'reset', again.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu May 24 15:03:47 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Revert last change to auto_ptr, the problem does not really exist.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu May 24 13:08:08 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Replace auto_ptr 'operator= (T *a)' with 'reset'.

The former breaks auto_ptr because it always takes precedence over
'operator= (auto_ptr &a)' apparently.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 14:29:24 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.19: +4 -1 lines
Diff to previous 1.19
Fix undefined behaviour in auto_str usage.

The operand of 'delete' cannot be a pointer to an array object. Fix the
bug by using malloc/free rather than new/delete.

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 12:22:50 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_14
Changes since 1.17: +0 -3 lines
Diff to previous 1.17
Remove useless checks.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 13:35:10 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.16: +9 -2 lines
Diff to previous 1.16
Change the urxvtd default socket path to $HOME/.urxvt/urxvtd-<nodename>.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun May 1 13:54:27 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_11, rel-9_12
Changes since 1.15: +0 -1 lines
Diff to previous 1.15
Fix compilation on systems that do not provide a definition for
PATH_MAX, such as GNU/Hurd.

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 02:22:24 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: before_dynamic_fontidx, dynamic_fontidx, rel-8_8, rel-8_9, rel-9_0, rel-9_01, rel-9_02, rel-9_05, rel-9_06, rel-9_07, rel-9_09, rel-9_10
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
you should do it, too, and less sloppily than me

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:42:00 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-7_7, rel-7_8, rel-7_9, rel-8_0, rel-8_1, rel-8_2, rel-8_3, rel-8_4, rel-8_5a, rel-8_6, rel-8_7
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:40:35 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 00:59:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_0, rel-7_1, rel-7_2, rel-7_3, rel-7_3a, rel-7_4, rel-7_5, rel-7_6
Changes since 1.10: +4 -1 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Dec 25 16:19:34 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_1, rel-6_2, rel-6_3
Changes since 1.9: +3 -16 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Dec 25 15:30:29 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +18 -3 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 18 00:34:27 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_8, rel-4_0, rel-4_1, rel-4_2, rel-4_3, rel-4_4, rel-4_6, rel-4_7, rel-4_8, rel-4_9, rel-5_0, rel-5_1, rel-5_2, rel-5_3, rel-5_4, rel-5_5, rel-5_7, rel-5_8, rel-5_9, rel-6_0
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 29 15:25:43 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_3, rel-3_4, rel-3_5, rel-3_6, rel-3_7
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 20:31:45 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_8, rel-3_0, rel-3_2
Changes since 1.5: +22 -0 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Mar 17 05:15:02 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_5, rel-2_7
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 01:20:01 2004 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
CVS Tags: after_astyle, before_astyle, rel-1_9, rel-2_0, rel-2_1_0, rel-2_2, rel-2_3, rel-2_4
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 10:12:10 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1-2, rel-1-3
Changes since 1.2: +22 -3 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 19:52:16 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.1: +1 -17 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 17:28:08 2003 UTC (20 years, 5 months ago) by pcg
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