]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
21 years ago * include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.
Corinna Vinschen [Tue, 13 May 2003 09:26:17 +0000 (09:26 +0000)]
* include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.

21 years ago * libc/locale/ldpart.c (__part_load_locale): Substitute
Corinna Vinschen [Tue, 13 May 2003 09:19:15 +0000 (09:19 +0000)]
* libc/locale/ldpart.c (__part_load_locale): Substitute
__CYGWIN_USE_BIG_TYPES__ by __USE_INTERNAL_STAT64.
* libc/search/hash.c (__hash_open): Ditto.
(init_hash): Ditto.
* libc/stdio/fseek.c (fseek): Ditto.
* libc/stdio/makebuf.c (__smakebuf): Ditto.
* libc/stdio/mktemp.c (_gettemp): Ditto.

21 years ago2003-05-13 Michael Eager <eager@mvista.com>
Andreas Jaeger [Tue, 13 May 2003 06:34:57 +0000 (06:34 +0000)]
2003-05-13  Michael Eager <eager@mvista.com>

* configure.in: Correct sed script so that options in quotes are not
deleted.
* configure: Rebuild.

21 years ago * include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
Danny Smith [Tue, 13 May 2003 02:05:12 +0000 (02:05 +0000)]
* include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
(IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
* include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
commented out).
(IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.

21 years ago * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
Corinna Vinschen [Mon, 12 May 2003 13:59:17 +0000 (13:59 +0000)]
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
and $$s/newlib/libc/sys/cygwin32 include paths.
* configure: Ditto.

21 years ago * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
Earnie Boyd [Mon, 12 May 2003 12:29:00 +0000 (12:29 +0000)]
* include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>

21 years ago * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
Corinna Vinschen [Mon, 12 May 2003 11:26:11 +0000 (11:26 +0000)]
    * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.

21 years ago * configure.host: Accomodate removing the libc/sys/cygwin dir.
Corinna Vinschen [Mon, 12 May 2003 11:09:39 +0000 (11:09 +0000)]
* configure.host: Accomodate removing the libc/sys/cygwin dir.
* libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call
if __CYGWIN_USE_BIG_TYPES__ is set.
* libc/search/hash.c (__hash_open): Ditto.
(init_hash): Ditto.
* libc/stdio/fseek.c (fseek): Ditto.
* libc/stdio/makebuf.c (__smakebuf): Ditto.
* libc/stdio/mktemp.c (_gettemp): Ditto.
* libc/sys/cygwin/Makefile.am: Remove.
* libc/sys/cygwin/Makefile.in: Remove.
* libc/sys/cygwin/aclocal.m4: Remove.
* libc/sys/cygwin/configure: Remove.
* libc/sys/cygwin/configure.in: Remove.
* libc/sys/cygwin/crt0.c: Move to winsup/cygwin directory.
* libc/sys/cygwin/sys/dirent.h: Move to winsup/cygwin/include/sys
directory.
* libc/sys/cygwin/sys/param.h: Ditto.
* libc/sys/cygwin/sys/utime.h: Ditto.
* libc/sys/cygwin/sys/utmp.h: Ditto.

21 years ago * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.
Corinna Vinschen [Mon, 12 May 2003 11:06:27 +0000 (11:06 +0000)]
* Makefile.in (CYGWIN_START): Define as crt0.o.  Add to TARGET_LIBS.
* fhandler.h (fhandler_virtual::fstat): Remove useless declaration.
* fhandler_virtual.cc: Remove _COMPILING_NEWLIB define.
* ipc.cc (ftok): Use stat64.
* syscalls.cc (_fstat64): Remove alias.
(_fstat): Ditto.
(_stat): Ditto.
(_fstat64_r): New function.
(_fstat_r): Ditto.
(_stat64_r): Ditto.
(stat_r): Ditto.
* crt0.o: New file, moved from newlib.
* include/sys/param.h: Ditto.
* include/sys/utime.h: Ditto.
* include/sys/utmp.h: Ditto.
* include/sys/dirent.h: Ditto.  Expose different struct dirent,
dependening of the environment.

21 years ago * Makefile.common: Remove newlib_sys_include and
Corinna Vinschen [Mon, 12 May 2003 11:06:00 +0000 (11:06 +0000)]
* Makefile.common: Remove newlib_sys_include and
newlib_sys_include_include entirely.  Set CRT0 to cygwin/crt0.o.

21 years ago * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
Danny Smith [Mon, 12 May 2003 10:43:08 +0000 (10:43 +0000)]
* include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
IProvideClassInfo2,IConnectionPointContainer,
IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
IPicture,IPictureDisp): Move from here to...
* include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
IProvideClassInfo2,IConnectionPointContainer,
IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
IPicture,IPictureDisp): Here, as per documentation.

21 years ago2003-05-12 Mattia Barbon <mbarbon@dsi.unive.it>
Danny Smith [Mon, 12 May 2003 10:35:35 +0000 (10:35 +0000)]
2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>

* include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
* include/winbase.h (TerminateJobObject,
AssignProcessToJobObject): Likewise.
* include/servprov.h: New header.
* lib/test.c: Include servprov.h.

Correct ChangeLog typo

21 years ago Replace ino_t by __ino64_t throughout.
Corinna Vinschen [Sun, 11 May 2003 21:52:09 +0000 (21:52 +0000)]
Replace ino_t by __ino64_t throughout.

21 years ago * libc/include/sys/types.h: Don't define key_t for Cygwin.
Corinna Vinschen [Sun, 11 May 2003 12:51:52 +0000 (12:51 +0000)]
* libc/include/sys/types.h: Don't define key_t for Cygwin.

21 years ago * include/cygwin/types.h: Add key_t typedef.
Corinna Vinschen [Sun, 11 May 2003 12:50:18 +0000 (12:50 +0000)]
* include/cygwin/types.h: Add key_t typedef.

21 years ago* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit
Christopher Faylor [Sun, 11 May 2003 00:23:41 +0000 (00:23 +0000)]
* libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bit
inodes.

21 years ago* dir.cc (readdir): Fill out new old_d_ino field.
Christopher Faylor [Sun, 11 May 2003 00:10:11 +0000 (00:10 +0000)]
* dir.cc (readdir): Fill out new old_d_ino field.
* fhandler.h (fhandler_base::namehash): Define as ino_t.
(fhandler_base::get_namehash): Ditto.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Accommodate new 64
bit st_ino.
* fhandler_socket.cc (fhandler_socket::fstat): Ditto.
* path.cc (hash_path_name): Return ino_t.
* syscalls.cc (stat64_to_stat32): Convert 64 bit inode to 32 bit.
* winsup.h (hash_path_name): Declare as returning ino_t.
* include/cygwin/stat.h (__stat32): Use 32 bit st_ino.
(__stat64): Use 64 bit st_ino.
* include/cygwin/types.h (__ino64_t): Define.
(__ino32_t): Ditto.
(ino_t): Define appropriately.

21 years ago * include/shlguid.h (CGID_ShellServiceObject): Declare.
Danny Smith [Sat, 10 May 2003 09:20:11 +0000 (09:20 +0000)]
* include/shlguid.h (CGID_ShellServiceObject): Declare.
* lib/uuid.c (CGID_ShellServiceObject): Define guid.
Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
* include/winuser.h (SetLayeredWindowAttributes): Add prototype.
* lib/user32.def (SetLayeredWindowAttributes): Add stub.
* lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.

21 years ago * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get
Corinna Vinschen [Fri, 9 May 2003 22:11:25 +0000 (22:11 +0000)]
* Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get
leading underscore.
* cygwin.din: Ditto.
* include/cygwin/version.h: Bump API minor number.

21 years ago * libc/include/sys/config.h: Remove all Cygwin specific configuration.
Corinna Vinschen [Fri, 9 May 2003 21:38:31 +0000 (21:38 +0000)]
* libc/include/sys/config.h: Remove all Cygwin specific configuration.
Include cygwin/config.h instead.

21 years ago * include/cygwin/config.h: New file.
Corinna Vinschen [Fri, 9 May 2003 21:27:40 +0000 (21:27 +0000)]
* include/cygwin/config.h: New file.

21 years ago * libltp/include/test.h: Remove gethostid declaration.
Corinna Vinschen [Fri, 9 May 2003 20:53:22 +0000 (20:53 +0000)]
* libltp/include/test.h: Remove gethostid declaration.

21 years agorevert errnoneous checkin
Christopher Faylor [Fri, 9 May 2003 17:58:20 +0000 (17:58 +0000)]
revert errnoneous checkin

21 years ago* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
Christopher Faylor [Fri, 9 May 2003 17:56:58 +0000 (17:56 +0000)]
* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
waiting for signal delivery.

21 years ago * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
Alan Modra [Fri, 9 May 2003 11:36:09 +0000 (11:36 +0000)]
* xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const on
gen_num_opcodes_fn return type.

21 years ago* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names
Joshua Daniel Franklin [Fri, 9 May 2003 00:05:02 +0000 (00:05 +0000)]
* cygwin-ug-net.in.sgml: Remove outdated revision information and authors names

21 years agos/burtle/iterative
Jason Merrill [Wed, 7 May 2003 20:30:13 +0000 (20:30 +0000)]
s/burtle/iterative

21 years agoIndex: gdb/ChangeLog
Andrew Cagney [Wed, 7 May 2003 19:21:13 +0000 (19:21 +0000)]
Index: gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* d10v-tdep.c (remote_d10v_translate_xfer_address): Add
"regcache".
(d10v_print_registers_info): Update.
(d10v_dmap_register, d10v_imap_register): Delete functions.
(struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
and "imap_register".
(d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
(d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
* arch-utils.c (generic_remote_translate_xfer_address): Add
"regcache" and "gdbarch" parameters.
* gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
parameter.  Change class to multi-arch.
* gdbarch.h, gdbarch.c: Re-generate.
* remote.c (remote_xfer_memory): Use
gdbarch_remote_translate_xfer_address.

Index: include/gdb/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* sim-d10v.h (sim_d10v_translate_addr): Add regcache parameter.
(sim_d10v_translate_imap_addr): Add regcache parameter.
(sim_d10v_translate_dmap_addr): Ditto.

Index: sim/d10v/ChangeLog
2003-05-07  Andrew Cagney  <cagney@redhat.com>

* interp.c (sim_d10v_translate_addr): Add "regcache" parameter.
(sim_d10v_translate_imap_addr): Ditto.
(sim_d10v_translate_dmap_addr): Ditto.
(xfer_mem): Pass NULL regcache to sim_d10v_translate_addr.
(dmem_addr): Pass NULL regcache to sim_d10v_translate_dmap_addr.
(dmap_register, imap_register): Add "regcache" parameter.
(imem_addr): Pass NULL regcache to sim_d10v_translate_imap_addr.
(sim_fetch_register): Pass NULL regcache to imap_register and
dmap_register.

21 years agolibiberty/
Jason Merrill [Wed, 7 May 2003 18:06:23 +0000 (18:06 +0000)]
libiberty/
        * hashtab.c (burtle_hash): New fn.
        * configure.in: Add AC_C_BIGENDIAN_CROSS.
        * aclocal.m4: Include accross.m4.
        * configure, config.in: Regenerate.
include/
        * hashtab.h (burtle_hash): Prototype.
        (burtle_hash_object): New macro.

21 years ago * include/_mingw.h: Change version to 3.0
Earnie Boyd [Wed, 7 May 2003 03:12:17 +0000 (03:12 +0000)]
* include/_mingw.h: Change version to 3.0
* Makefile.in: Ditto.

21 years ago* signal.cc (nanosleep): Do not wait twice for signal arrival.
Thomas Pfaff [Tue, 6 May 2003 19:39:10 +0000 (19:39 +0000)]
* signal.cc (nanosleep): Do not wait twice for signal arrival.

21 years agoUh hum, just not my day
Earnie Boyd [Tue, 6 May 2003 16:04:25 +0000 (16:04 +0000)]
Uh hum, just not my day

21 years ago* configure: Regenerate
Earnie Boyd [Tue, 6 May 2003 14:48:34 +0000 (14:48 +0000)]
* configure: Regenerate

21 years ago * configure.in (W32API_INCLUDE): Need the -I switch in the value.
Earnie Boyd [Tue, 6 May 2003 14:46:06 +0000 (14:46 +0000)]
* configure.in (W32API_INCLUDE): Need the -I switch in the value.
* mingwex/configure.in (W32API_INCLUDE): Ditto.
* profile/configure.in (W32API_INCLUDE): Ditto.

21 years agoOops. Add ending quotes to CFLAGS value.
Earnie Boyd [Tue, 6 May 2003 13:35:20 +0000 (13:35 +0000)]
Oops. Add ending quotes to CFLAGS value.

21 years ago * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
Earnie Boyd [Tue, 6 May 2003 13:26:44 +0000 (13:26 +0000)]
* configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
of multiply defined symbols if the symbols is defined locally.  E.G.:
A local definition of malloc causes this problem.
* configure: Regenerate.
* profile/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API_INCLUDE value.
(ALL_CXXFLAGS): Ditto.
(gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS.
Thanks to Jeff Bonggren <jbon@users.sf.net>.
* profile/configure.in (W32API_INCLUDE): Set default value.
* profile/configure: Regenerate.
* mingwex/Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Use W32API-INCLUDE value.
(ALL_CXXFLAGS): Ditto.
* mingwex/configure.in (W32API_INCLUDE): Set default value.
* mingwex/configure: Regenerate.

21 years ago2003-05-05 H.J. Lu <hjl@gnu.org>
H.J. Lu [Mon, 5 May 2003 21:35:08 +0000 (21:35 +0000)]
2003-05-05  H.J. Lu <hjl@gnu.org>

* config-ml.in: Restored from gcc repository.

21 years ago * Makefile.in (W32API_INCLUDE): New variable.
Earnie Boyd [Mon, 5 May 2003 16:04:11 +0000 (16:04 +0000)]
* Makefile.in (W32API_INCLUDE): New variable.
(ALL_CFLAGS): Include W32API_INCLUDE value.
(ALL_CXXFLAGS): Ditto.
* configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values.
(W32API_INCLUDE): Set default value.
* configure: Regenerate.

21 years ago * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
Danny Smith [Mon, 5 May 2003 09:16:35 +0000 (09:16 +0000)]
  * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
HOTKEY_CLASS): Remove dupicate defines for UNICODE case.

21 years ago * include/cygwin/types.h: Fix erroneous definition of ino_t from
Corinna Vinschen [Sat, 3 May 2003 18:14:29 +0000 (18:14 +0000)]
* include/cygwin/types.h: Fix erroneous definition of ino_t from
2003-04-28.

21 years ago * syscalls.cc (chown_worker): Allow chown'ing of socket files.
Corinna Vinschen [Sat, 3 May 2003 16:03:19 +0000 (16:03 +0000)]
* syscalls.cc (chown_worker): Allow chown'ing of socket files.

21 years ago2003-05-02 Chris Demetriou <cgd@broadcom.com>
Chris Demetriou [Sat, 3 May 2003 01:31:50 +0000 (01:31 +0000)]
2003-05-02  Chris Demetriou  <cgd@broadcom.com>

        * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
        * Makefile.in: Regenerate.

21 years ago2003-05-02 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Sat, 3 May 2003 00:44:23 +0000 (00:44 +0000)]
2003-05-02  Andrew Cagney  <cagney@redhat.com>

* New file.

21 years agoCheck in proper version of Eric's patch.
Jeff Johnston [Fri, 2 May 2003 20:06:52 +0000 (20:06 +0000)]
Check in proper version of Eric's patch.

21 years ago2003-05-02 Eric Christopher <echristo@redhat.com>
Jeff Johnston [Fri, 2 May 2003 19:30:45 +0000 (19:30 +0000)]
2003-05-02  Eric Christopher  <echristo@redhat.com>

        * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.

21 years ago * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
Daniel Jacobowitz [Fri, 2 May 2003 17:29:48 +0000 (17:29 +0000)]
* src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
and Makefile.def.

21 years ago2003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com>
Danny Smith [Fri, 2 May 2003 00:46:57 +0000 (00:46 +0000)]
2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>

* include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.

21 years ago2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
Danny Smith [Fri, 2 May 2003 00:16:03 +0000 (00:16 +0000)]
2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>

* include/commctrl.h (TBM_*): Add missing trackbar defines.

21 years ago * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
Danny Smith [Fri, 2 May 2003 00:11:49 +0000 (00:11 +0000)]
* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
CPLPAGE_DISPLAY_BACKGROUND): Add defines.

21 years agooops - undo accidental change commited with a different patch
Nick Clifton [Thu, 1 May 2003 16:32:56 +0000 (16:32 +0000)]
oops - undo accidental change commited with a different patch

21 years ago* Makefile.in: Revert patch from 2003-04-17.
Thomas Pfaff [Wed, 30 Apr 2003 22:18:24 +0000 (22:18 +0000)]
* Makefile.in: Revert patch from 2003-04-17.

21 years ago * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
Danny Smith [Wed, 30 Apr 2003 09:28:15 +0000 (09:28 +0000)]
* include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
(SetDCPenColor, SetDCBrushColor): Add prototypes.
* lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.

21 years agoAdd entry for change to libnosys/sbrk.c
Nick Clifton [Tue, 29 Apr 2003 08:00:22 +0000 (08:00 +0000)]
Add entry for change to libnosys/sbrk.c

21 years agobfd/
H.J. Lu [Tue, 29 Apr 2003 01:53:45 +0000 (01:53 +0000)]
bfd/

2003-04-28  H.J. Lu <hjl@gnu.org>

* elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
the relax finalize pass.

* section.c (struct sec): Add need_finalize_relax and remove
flag11.
(STD_SECTION): Update struct sec initializer.
* bfd-in2.h: Regenerated.

include/

2003-04-28  H.J. Lu <hjl@gnu.org>

* bfdlink.h (bfd_link_info): Add relax_finalizing.

ld/

2003-04-28  H.J. Lu <hjl@gnu.org>

* ldlang.c (lang_process): Add the relax finalize pass.

* ldmain.c (main): Initialize link_info.relax_finalizing to
FALSE.

21 years ago* profil.h (PROFADDR): Prevent overflow when text segments are larger than
Christopher Faylor [Mon, 28 Apr 2003 20:10:54 +0000 (20:10 +0000)]
* profil.h (PROFADDR): Prevent overflow when text segments are larger than
256k.
* profil.c (profthr_func): Raise thread priority for more accurate sampling.
* path.cc (hash_path_name): Use ino_t as type.

21 years agoRegenerated using different version of autoconf.
Jeff Johnston [Mon, 28 Apr 2003 17:19:05 +0000 (17:19 +0000)]
Regenerated using different version of autoconf.

21 years ago * Makefile.tpl: Clean $(BUILD_SUBDIR).
Daniel Jacobowitz [Mon, 28 Apr 2003 02:24:35 +0000 (02:24 +0000)]
* Makefile.tpl: Clean $(BUILD_SUBDIR).
* Makefile.in: Regenerated.

21 years agoreally check in correct fix.
Christopher Faylor [Sun, 27 Apr 2003 03:14:02 +0000 (03:14 +0000)]
really check in correct fix.

21 years ago* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.
Christopher Faylor [Sun, 27 Apr 2003 03:09:17 +0000 (03:09 +0000)]
* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.

21 years ago* mkpasswd.c (usage) Remove extra newline from description output.
Joshua Daniel Franklin [Sat, 26 Apr 2003 22:33:00 +0000 (22:33 +0000)]
* mkpasswd.c (usage) Remove extra newline from description output.

21 years ago2003-04-26 Bang Jun-Young <junyoung@netbsd.org>
Danny Smith [Sat, 26 Apr 2003 22:00:16 +0000 (22:00 +0000)]
2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>

* include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.

21 years ago* cygcheck.cc (usage) Add description output.
Joshua Daniel Franklin [Sat, 26 Apr 2003 21:52:03 +0000 (21:52 +0000)]
* cygcheck.cc (usage) Add description output.

21 years ago* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example
Joshua Daniel Franklin [Sat, 26 Apr 2003 14:10:59 +0000 (14:10 +0000)]
* gcc.sgml: Remove outdated "WinMainCRTStartup" references. Add a hellogui.c example

21 years ago * include/oaidl.h (ITypeMarshal): Add interface.
Danny Smith [Sat, 26 Apr 2003 08:48:03 +0000 (08:48 +0000)]
* include/oaidl.h (ITypeMarshal): Add interface.

21 years ago2003-04-26 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Sat, 26 Apr 2003 08:31:29 +0000 (08:31 +0000)]
2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>

* include/winioctl.h: Clean up formatting.
(RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
(CREATE_DISK): Add _ANONYMOUS_UNION macro.
(DISK_CACHE_INFORMATION): Likewise.
(DISK_DETECTION_INFO): Likewise.
(DISK_PARTITION_INFO): Likewise.
(PARTITION_INFORMATION_EX): Likewise.
(DRIVE_LAYOUT_INFORMATION_EX): Likewise.

2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* include/winbase.h (DeleteVolumeMountPoint[AW],
FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
SetVolumeMountPoint[AW]): Add prototypes.
* include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
IOCTL_DISK_SET_PARTITION_INFO_EX,
IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
IOCTL_DISK_GET_CACHE_INFORMATION,
IOCTL_DISK_SET_CACHE_INFORMATION,
IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
FSCTL_MOVE_FILE): Define.
(CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
DISK_CACHE_INFORMATION,
DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
MOVE_FILE_DATA,
RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs
(PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
(MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
F5_720_512,
F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024, F3_128Mb_512,
F3_230Mb_512,
F8_256_128, F3_200Mb_512, F3_240M_512, and F3_32M_512.
* lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
stubs.

21 years ago * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
Corinna Vinschen [Fri, 25 Apr 2003 08:32:30 +0000 (08:32 +0000)]
* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
to allow standalone usage (autoconf).

21 years agoAdd support for h8300hn and h8300sn
Nick Clifton [Thu, 24 Apr 2003 12:36:08 +0000 (12:36 +0000)]
Add support for h8300hn and h8300sn

21 years ago* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense
Christopher Faylor [Thu, 24 Apr 2003 01:57:07 +0000 (01:57 +0000)]
* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense
throughout.

21 years agoinclude/
H.J. Lu [Thu, 24 Apr 2003 01:43:33 +0000 (01:43 +0000)]
include/

* bfdlink.h (bfd_link_callbacks): Add error_handler.

ld/

* ldmain.c (link_callbacks): Initialize error_handler.

* ldmisc.c (error_handler): New function.

* ldmisc.h (error_handler): New prototype.

21 years agobfd:
Joern Rennecke [Wed, 23 Apr 2003 21:09:04 +0000 (21:09 +0000)]
bfd:
        * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
        * cpu-sh.c: Likewise.
        * elf32-sh.c: Likewise.
        * reloc.c (bfd_reloc_code_real): Likewise.
        * elf32-sh64-com.c: Change comment to refer to SuperH.
        * elf32-sh64.c: Likewise.
        * elf64-sh64.c: Likewise.
        * bfd-in2.h (enum bfd_architecture): Regenerate.
binutils:
        * readelf.c (get_machine_name) <EM_SH>: Amend return value
        to refer to SuperH.
gas:
        * config/tc-sh.c: Amend comment to refer to SuperH.
        * config/tc-sh.h: Likewise.
        (LISTING_HEADER): Amend to refer to SuperH.
        * config/tc-sh64.c: Change comment to refer to SuperH.
        * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
        * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
        * doc/c-sh.texi: Amend to refer to SuperH.
        Add SuperH architecture documentation references.
        * doc/c-sh64.texi: Change to refer to SuperH.
include/elf:
        * common.h (EM_SH): Amend comment to refer to SuperH.
ld/testsuite:
        * ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH.
        * ld-sh/sh64/crange3-media.rd (Machine): Likewise.

21 years agoHandle the simulation of programs that load with data in ROM which needs to be
Nick Clifton [Wed, 23 Apr 2003 17:54:00 +0000 (17:54 +0000)]
Handle the simulation of programs that load with data in ROM which needs to be
copied into RAM before execution starts.

21 years agofix typo
Christopher Faylor [Wed, 23 Apr 2003 01:54:17 +0000 (01:54 +0000)]
fix typo

21 years ago* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called
Christopher Faylor [Wed, 23 Apr 2003 01:27:51 +0000 (01:27 +0000)]
* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called
for successful non-blocking pipe reads.

21 years agoReplace references to Mitsubishi M32R with references to Renesas M32R.
Nick Clifton [Tue, 22 Apr 2003 16:21:18 +0000 (16:21 +0000)]
Replace references to Mitsubishi M32R with references to Renesas M32R.

21 years ago * include/inttypes.h: New file.
Corinna Vinschen [Tue, 22 Apr 2003 14:55:01 +0000 (14:55 +0000)]
* include/inttypes.h: New file.
* include/stdint.h: New file.
* include/cygwin/in.h: Include stdint.h instead of sys/types.h.
* include/cygwin/types.h: Include stdint.h.  Remove typedefs for
intN_t and uintN_t since these are defined in stdint.h now.

21 years agoClarify number bump
Christopher Faylor [Mon, 21 Apr 2003 04:33:00 +0000 (04:33 +0000)]
Clarify number bump

21 years ago* include/cygwin/version.h: Bump DLL major number to 5. Change DLL minor
Christopher Faylor [Mon, 21 Apr 2003 04:31:06 +0000 (04:31 +0000)]
* include/cygwin/version.h: Bump DLL major number to 5.  Change DLL minor
number to 0.  Bump API minor number.

21 years ago * autoload.cc (CreateWindowStationA): Add.
Corinna Vinschen [Sun, 20 Apr 2003 08:56:42 +0000 (08:56 +0000)]
* autoload.cc (CreateWindowStationA): Add.
(SetProcessWindowStation): Add.

21 years ago* wincap.h (wincaps:pty_needs_alloc_console): New element.
Christopher Faylor [Sun, 20 Apr 2003 01:36:15 +0000 (01:36 +0000)]
* wincap.h (wincaps:pty_needs_alloc_console): New element.
(wincapc:pty_needs_alloc_console): New function.
* wincap.cc: Add pty_needs_alloc_console throughout.
* fhandler_tty.cc (fhandler_tty_slave::open): Open an "invisible" console on
first pty allocation.

21 years ago* fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a pty
Christopher Faylor [Sat, 19 Apr 2003 02:04:55 +0000 (02:04 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a pty
is allocated.

21 years ago* Makefile.in: Use ${nostdlib} variable.
Christopher Faylor [Sat, 19 Apr 2003 01:03:16 +0000 (01:03 +0000)]
* Makefile.in: Use ${nostdlib} variable.
* fhandler_proc.cc (format_proc_cpuinfo): Change /proc/cpuinfo "vendor id"
string to "vendor_id" to conform with Linux systems.

21 years ago* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
Christopher Faylor [Sat, 19 Apr 2003 01:02:51 +0000 (01:02 +0000)]
* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.

21 years ago* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
DJ Delorie [Sat, 19 Apr 2003 00:19:40 +0000 (00:19 +0000)]
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.in: Regenerate.

* configure.in (powerpc64*-*-linux*): Remove.
* configure: Rebuilt.

21 years ago* syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.
Christopher Faylor [Fri, 18 Apr 2003 00:25:41 +0000 (00:25 +0000)]
* syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.

21 years ago* Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
DJ Delorie [Thu, 17 Apr 2003 21:30:52 +0000 (21:30 +0000)]
* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
and restrap.
* Makefile.in:  Regenerate.

* configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure: Regenerated.

21 years ago* Makefile.in: Add finline-functions optimization to CXXFLAGS.
Thomas Pfaff [Thu, 17 Apr 2003 20:05:15 +0000 (20:05 +0000)]
* Makefile.in: Add finline-functions optimization to CXXFLAGS.
* autoload.cc (LoadDLLprime): Rename std_dll_init to
_std_dll_init.
(std_dll_init): Remove name mangling prototype. Add attributes
used and noinline.
(wsock_init): Ditto.
Change wsock_init to _wsock_init in wsock32 and ws2_32
LoadDLLprime.
* exceptions.cc (unused_sig_wrapper): Remove prototype. Add
attributes used and noinline.
* pwdgrp.h ((pwdgrp (passwd *&)): Remove inline code.
(pwdgrp (__group32 *&)): Ditto.
* grp.cc (pwdgrp (passwd *&)): Outline constructor.
(pwdgrp (__group32 *&)): Ditto.

21 years ago* thread.h (pthread::equal): New static method.
Thomas Pfaff [Thu, 17 Apr 2003 19:57:01 +0000 (19:57 +0000)]
* thread.h (pthread::equal): New static method.
* thread.cc: Rename pthread_equal to pthread::equal throughout.
(pthread_equal): Use pthread::equal to compare threads ids.

21 years ago2003-04-17 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
Jeff Johnston [Thu, 17 Apr 2003 19:41:54 +0000 (19:41 +0000)]
2003-04-17  Inaoka Kazuhiro  <inaoka.kazuhiro@renesas.com>

        * m32r/Makefile.in: Add multilib support.
        * m32r/configure.in: Ditto.
        * m32r/configure: Regenerated.

21 years ago2003-04-16 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 16 Apr 2003 15:45:29 +0000 (15:45 +0000)]
2003-04-16  Jeff Johnston  <jjohnstn@redhat.com>

        * newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield
        all code with #ifdef __SPE__ test.
        * newlib/libc/machine/powerpc (simdldtoa.c, ufix64toa.c): Ditto.

21 years ago * include/wingdi.h (DM_SPECVERSION): Define.
Earnie Boyd [Wed, 16 Apr 2003 12:19:57 +0000 (12:19 +0000)]
* include/wingdi.h (DM_SPECVERSION): Define.
Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
* include/rpcdce.h (UuidCreateSequential): Properly guard with
appropriate _WIN32_WINNT values.

21 years ago Add .jcr section mapping.
Nick Clifton [Wed, 16 Apr 2003 11:53:46 +0000 (11:53 +0000)]
 Add .jcr section mapping.

21 years ago* termios.cc (setspeed): New function.
Christopher Faylor [Wed, 16 Apr 2003 03:03:45 +0000 (03:03 +0000)]
* termios.cc (setspeed): New function.
(cfsetospeed): Use setspeed to set speed.
(cfsetispeed): Use setspeed to set speed.
* autoload.cc: Add load statement for UuidCreate, and UuidCreateSequential.
* cpuid.h: New file.
* cygwin.din: Export gethostid.
* fhandler_proc.cc (cpuid): Move to cpuid.h.
(can_set_flag): Move to cpuid.h.
* syscalls.cc (gethostid): New function.
* version.h: Bump DLL minor version number to 83.

21 years ago* rpcdce.h: Add declaration for UuidCreateSequential.
Christopher Faylor [Wed, 16 Apr 2003 02:57:33 +0000 (02:57 +0000)]
* rpcdce.h: Add declaration for UuidCreateSequential.
* rpcrt4.def: Add entry for UuidCreateSequential.

21 years agoFix a race in pthread_rwlock caused by simultanoues unlock and cancelation.
Thomas Pfaff [Tue, 15 Apr 2003 20:14:12 +0000 (20:14 +0000)]
Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.

* thread.h (pthread_rwlock::release): New method.
* thread.cc (pthread_rwlock::unlock): Use release to signal
waiting threads.
(pthread_rwlock::rdlock_cleanup): Signal waiting threads after a
cancelation.
(pthread_rwlock::wrlock_cleanup): Ditto.

21 years ago* newlib/libc/include/sys/unistd.h: add declaration for gethostid on Cygwin.
Christopher Faylor [Tue, 15 Apr 2003 20:13:49 +0000 (20:13 +0000)]
* newlib/libc/include/sys/unistd.h: add declaration for gethostid on Cygwin.

21 years agoReplace occurrances of 'Hitachi' with 'Renesas'.
Nick Clifton [Tue, 15 Apr 2003 08:51:53 +0000 (08:51 +0000)]
Replace occurrances of 'Hitachi' with 'Renesas'.

21 years ago2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>
Danny Smith [Mon, 14 Apr 2003 05:26:34 +0000 (05:26 +0000)]
2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>

* include/winuser.h (VK_*): Add missing defines.

2003-04-14  Vincent B�ron  <papineau@users.sourceforge.net>

* include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
documented typedefs for struct _NM_UPDOWN.
Add defines for backward comapatibility.
* include/commdlg.h (OFN_ENABLESIZING): Add define.
* include/wininet.h (IRF_*): Add issing defines.

2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>

* lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.

21 years ago* mkvers.sh: Prefix day with 0 in date only when day < 10.
Christopher Faylor [Mon, 14 Apr 2003 02:09:57 +0000 (02:09 +0000)]
* mkvers.sh: Prefix day with 0 in date only when day < 10.

21 years ago2003-04-07 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Sun, 13 Apr 2003 16:50:31 +0000 (16:50 +0000)]
2003-04-07  Michael Snyder  <msnyder@redhat.com>

* h8300.h (ldc/stc): Fix up src/dst swaps.

21 years ago* Makefile.common (w32api_lib): Fix w32api detection.
Christopher Faylor [Fri, 11 Apr 2003 21:48:39 +0000 (21:48 +0000)]
* Makefile.common (w32api_lib): Fix w32api detection.

This page took 0.06693 seconds and 5 git commands to generate.