public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid/component ChangeLog config.in configur ...
@ 2002-03-04 10:15 fche
0 siblings, 0 replies; 4+ messages in thread
From: fche @ 2002-03-04 10:15 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: fche@sources.redhat.com 2002-03-04 10:15:12
Modified files:
sid/component : ChangeLog config.in configure configure.in
sid/component/sched: ChangeLog compSched.cxx
Log message:
* host scheduler improvements, primarily for cygwin
[component]
2002-03-04 Frank Ch. Eigler <fche@redhat.com>
* configure.in: Look for more time-related headers & libraries.
* configure, config.in: Regenerated.
[component/sched]
2002-03-04 Frank Ch. Eigler <fche@redhat.com>
* compSched.cxx (host_time_keeper_base ctor): On Cygwin, call
timeBeginPeriod to shrink scheduling granularity. Keep more
statistics. Initialize more variables.
(yield): Rewrite.
(operator <<): Print extra stats.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/ChangeLog.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/config.in.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.in.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/sched/ChangeLog.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/sched/compSched.cxx.diff?cvsroot=src&r1=1.6&r2=1.7
^ permalink raw reply [flat|nested] 4+ messages in thread
* src/sid/component ChangeLog config.in configur ...
@ 2003-06-10 18:33 brolley
0 siblings, 0 replies; 4+ messages in thread
From: brolley @ 2003-06-10 18:33 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sourceware.org 2003-06-10 18:32:58
Modified files:
sid/component : ChangeLog config.in configure configure.in
Log message:
2003-06-10 Dave Brolley <brolley@redhat.com>
* configure.in: Call AC_CHECK_FUNCS for vsnprintf and vasprintf.
Define _ISOC99_SOURCE if using vsnprintf, otherwise define _GNU_SOURCE
if using vasprintf. Define _BSD_SOURCE and _SVID_SOURCE.
* configure: Regenerated.
* config.in: Regenerated.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/ChangeLog.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/config.in.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.in.diff?cvsroot=src&r1=1.10&r2=1.11
^ permalink raw reply [flat|nested] 4+ messages in thread
* src/sid/component ChangeLog config.in configur ...
@ 2001-09-24 14:03 fche
0 siblings, 0 replies; 4+ messages in thread
From: fche @ 2001-09-24 14:03 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: fche@sources.redhat.com 2001-09-24 14:03:13
Modified files:
sid/component : ChangeLog config.in configure configure.in
sid/component/lcd: ChangeLog lcd-char-display.cxx
Log message:
* build fix: cygwin -lcurses is sometimes bad
2001-09-24 Frank Ch. Eigler <fche@redhat.com>
* configure.in (lcd_libs): Set HAVE_CURSES_LIBRARY if found some
usable curses library.
* config.in, configure: Regenerated.
[lcd]
2001-09-24 Frank Ch. Eigler <fche@redhat.com>
* lcd-char-display.cxx: Be sensitive to ! HAVE_CURSES_LIBRARY.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/config.in.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.in.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/lcd/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/lcd/lcd-char-display.cxx.diff?cvsroot=src&r1=1.3&r2=1.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* src/sid/component ChangeLog config.in configur ...
@ 2001-01-06 20:51 mrg
0 siblings, 0 replies; 4+ messages in thread
From: mrg @ 2001-01-06 20:51 UTC (permalink / raw)
To: sid-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: mrg@sources.redhat.com 2001-01-06 20:51:32
Modified files:
sid/component : ChangeLog config.in configure configure.in
sid/component/gloss: ChangeLog gloss.cxx gloss.h libgloss.h
Log message:
[components/ChangeLog]
2001-01-03 matthew green <mrg@redhat.com>
* configure.in (AC_HAVE_FUNCS): Also check for times(2).
* configure: Regenerate.
* config.in: Regenerate.
[components/gloss/ChangeLog]
2001-01-06 matthew green <mrg@redhat.com>
* gloss.cxx (gloss32::target_to_host_open_flags): Properly check for
valid open() flags.
2001-01-04 matthew green <mrg@redhat.com>
* gloss.cxx (gloss32::target_to_host_open_flags): Properly deal with
newlib open flags.
Need <sys/time.h> for gettimeofday(). Only include <sys/times.h> if
we have times().
2000-12-30 matthew green <mrg@redhat.com>
* gloss.cxx (do_sys_time): New function.
(do_sys_times): Likewise.
(do_sys_gettimeofday): Likewise.
(syscall_trap): Call do_sys_time(). Call new do_sys_times() and
do_sys_gettimeofday() for times() and .
* gloss.h (do_sys_time): Prototype.
(do_sys_times): Likewise.
(do_sys_gettimeofday): Likewise.
* libgloss.h (libgloss_syscall): Add `times' and `gettimeofday'.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/config.in.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/configure.in.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/libgloss.h.diff?cvsroot=src&r1=1.1&r2=1.2
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-06-10 18:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-04 10:15 src/sid/component ChangeLog config.in configur fche
-- strict thread matches above, loose matches on Subject: below --
2003-06-10 18:33 brolley
2001-09-24 14:03 fche
2001-01-06 20:51 mrg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).