Log of /ircd-hybrid/trunk/include/watch.h
Parent Directory
|
Revision Log
Revision
7330 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 19 17:50:13 2016 UTC
(6 years, 6 months ago)
by
michael
File length: 1884 byte(s)
Diff to
previous 7084
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
Revision
7084 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 20 14:12:31 2016 UTC
(6 years, 6 months ago)
by
michael
File length: 1881 byte(s)
Diff to
previous 7006
- watch.h, watch.c, m_watch.c: rename some variables for consistency
Revision
6719 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 30 18:18:07 2015 UTC
(6 years, 9 months ago)
by
michael
File length: 1886 byte(s)
Diff to
previous 5347
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
Revision
2855 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 18 18:03:49 2014 UTC
(8 years, 7 months ago)
by
michael
File length: 1873 byte(s)
Diff to
previous 1857
- Fixed indentation, removed whitespaces/tabs, update copyright header
Revision
1832 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 19 19:16:09 2013 UTC
(9 years, 4 months ago)
by
michael
File length: 1847 byte(s)
Diff to
previous 1592
- Made all numeric defines use the actual string instead of the numeric value
which allows to use gcc's printf format attribute
- Remove current message locale implementation
Revision
1592 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 27 21:02:32 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 1838 byte(s)
Diff to
previous 1431
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(12 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/watch.h
File length: 1834 byte(s)
Diff to
previous 954
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.