summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen2003-05-1211-12/+368
| | | | | | | | | | | | | | | | | | | * 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.
* * Makefile.common: Remove newlib_sys_include andCorinna Vinschen2003-05-122-8/+7
| | | | newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o.
* * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,Danny Smith2003-05-123-361/+404
| | | | | | | | | | | | | | | | | | 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.
* 2003-05-12 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2003-05-125-1/+40
| | | | | | | | | | * 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
* Replace ino_t by __ino64_t throughout.Corinna Vinschen2003-05-117-8/+13
|
* * libc/include/sys/types.h: Don't define key_t for Cygwin.Corinna Vinschen2003-05-112-0/+6
|
* * include/cygwin/types.h: Add key_t typedef.Corinna Vinschen2003-05-112-0/+9
|
* * libc/sys/cygwin/sys/dirent.h (struct dirent): Accommodate (slightly) 64 bitChristopher Faylor2003-05-112-3/+10
| | | | inodes.
* * dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor2003-05-1111-56/+82
| | | | | | | | | | | | | | | | * 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.
* * include/shlguid.h (CGID_ShellServiceObject): Declare.Danny Smith2003-05-105-0/+15
| | | | | | | | * 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.
* * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API getCorinna Vinschen2003-05-094-93/+104
| | | | | | leading underscore. * cygwin.din: Ditto. * include/cygwin/version.h: Bump API minor number.
* * libc/include/sys/config.h: Remove all Cygwin specific configuration.Corinna Vinschen2003-05-092-12/+7
| | | | Include cygwin/config.h instead.
* * include/cygwin/config.h: New file.Corinna Vinschen2003-05-092-0/+43
|
* * libltp/include/test.h: Remove gethostid declaration.Corinna Vinschen2003-05-092-1/+4
|
* revert errnoneous checkinChristopher Faylor2003-05-091-129/+127
|
* * cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion overChristopher Faylor2003-05-093-132/+139
| | | | waiting for signal delivery.
* * xtensa-isa-internal.h (xtensa_isa_module_struct): Remove const onAlan Modra2003-05-092-1/+6
| | | | gen_num_opcodes_fn return type.
* * cygwin-ug-net.in.sgml: Remove outdated revision information and authors namesJoshua Daniel Franklin2003-05-092-38/+7
|
* s/burtle/iterativeJason Merrill2003-05-072-4/+4
|
* Index: gdb/ChangeLogAndrew Cagney2003-05-072-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* libiberty/Jason Merrill2003-05-072-0/+10
| | | | | | | | | | * 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.
* * include/_mingw.h: Change version to 3.0Earnie Boyd2003-05-073-3/+8
| | | | * Makefile.in: Ditto.
* * signal.cc (nanosleep): Do not wait twice for signal arrival.Thomas Pfaff2003-05-062-1/+5
|
* Uh hum, just not my dayEarnie Boyd2003-05-065-5/+5
|
* * configure: RegenerateEarnie Boyd2003-05-063-3/+3
|
* * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd2003-05-064-3/+9
| | | | | * mingwex/configure.in (W32API_INCLUDE): Ditto. * profile/configure.in (W32API_INCLUDE): Ditto.
* Oops. Add ending quotes to CFLAGS value.Earnie Boyd2003-05-062-4/+4
|
* * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd2003-05-069-17/+49
| | | | | | | | | | | | | | | | | | 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.
* 2003-05-05 H.J. Lu <hjl@gnu.org>H.J. Lu2003-05-052-0/+851
| | | | * config-ml.in: Restored from gcc repository.
* * Makefile.in (W32API_INCLUDE): New variable.Earnie Boyd2003-05-054-8/+25
| | | | | | | | (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.
* * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,Danny Smith2003-05-052-7/+6
| | | | | TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS, HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
* * include/cygwin/types.h: Fix erroneous definition of ino_t fromCorinna Vinschen2003-05-032-1/+6
| | | | 2003-04-28.
* * syscalls.cc (chown_worker): Allow chown'ing of socket files.Corinna Vinschen2003-05-032-1/+5
|
* 2003-05-02 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2003-05-033-4/+9
| | | | | * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later. * Makefile.in: Regenerate.
* 2003-05-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-031-1/+1
| | | | * New file.
* Check in proper version of Eric's patch.Jeff Johnston2003-05-021-1/+1
|
* 2003-05-02 Eric Christopher <echristo@redhat.com>Jeff Johnston2003-05-022-1/+5
| | | | * mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
* * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,Daniel Jacobowitz2003-05-022-1/+7
| | | | and Makefile.def.
* 2003-05-02 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2003-05-022-1/+30
| | | | | | | | | | * 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.
* 2003-05-02 Francois Ferrand <typz@sourceforge.users.net>Danny Smith2003-05-022-1/+12
| | | | * include/commctrl.h (TBM_*): Add missing trackbar defines.
* * include/cplext.h (CPLPAGE_MOUSE_WHEEL,Danny Smith2003-05-022-1/+8
| | | | CPLPAGE_DISPLAY_BACKGROUND): Add defines.
* oops - undo accidental change commited with a different patchNick Clifton2003-05-011-1/+0
|
* * Makefile.in: Revert patch from 2003-04-17.Thomas Pfaff2003-04-302-3/+4
|
* * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.Danny Smith2003-04-303-1/+17
| | | | | (SetDCPenColor, SetDCBrushColor): Add prototypes. * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
* Add entry for change to libnosys/sbrk.cNick Clifton2003-04-291-0/+7
|
* bfd/H.J. Lu2003-04-292-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * profil.h (PROFADDR): Prevent overflow when text segments are larger thanChristopher Faylor2003-04-285-6/+15
| | | | | | 256k. * profil.c (profthr_func): Raise thread priority for more accurate sampling. * path.cc (hash_path_name): Use ino_t as type.
* Regenerated using different version of autoconf.Jeff Johnston2003-04-281-1/+1
|
* * Makefile.tpl: Clean $(BUILD_SUBDIR).Daniel Jacobowitz2003-04-283-0/+7
| | | | * Makefile.in: Regenerated.
* really check in correct fix.Christopher Faylor2003-04-271-1/+1
|