]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
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.

21 years ago * configure.in (LIBM_A): Define for cygwin target.
Earnie Boyd [Fri, 11 Apr 2003 12:35:51 +0000 (12:35 +0000)]
* configure.in (LIBM_A): Define for cygwin target.
* configure (LIBM_A): Ditto.

21 years ago * include/sspi.h: Add comment for FreeCredentialsHandle.
Earnie Boyd [Fri, 11 Apr 2003 12:27:39 +0000 (12:27 +0000)]
* include/sspi.h: Add comment for FreeCredentialsHandle.

21 years ago * security.cc (get_info_from_sd): New function.
Corinna Vinschen [Fri, 11 Apr 2003 09:38:07 +0000 (09:38 +0000)]
* security.cc (get_info_from_sd): New function.
(get_nt_attribute): Only call read_sd and get_info_from_sd.
Return void.
(get_file_attribute): Move sd error handling to get_info_from_sd.
and symlink handling to fhandler_disk_file::fstat_helper.
(get_nt_object_attribute): Only call read_sd and get_info_from_sd.
Return void.
(get_object_attribute): Remove symlink handling and simply return -1
when ntsec is off.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): For
symlinks set the attribute, call get_file_attribute to get the ids
and return.  In the normal case call get_file_attribute with the
addresses of the buffer ids and do not recheck if the file is a socket.

21 years ago* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
Alexandre Oliva [Fri, 11 Apr 2003 03:58:39 +0000 (03:58 +0000)]
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* */configure: Rebuilt.

21 years ago* cygthread.cc (cygthread::stub): Initialize stack pointer earlier.
Christopher Faylor [Fri, 11 Apr 2003 02:16:17 +0000 (02:16 +0000)]
* cygthread.cc (cygthread::stub): Initialize stack pointer earlier.
(cygthread::simplestub): Initialize stack pointer.
(cygthread::terminate_thread): Account for possibility that stack pointer has
not been set.  Issue warnings for unusual conditions.

21 years agoPierre's update for mkgroup/mkpasswd
Joshua Daniel Franklin [Thu, 10 Apr 2003 23:27:13 +0000 (23:27 +0000)]
Pierre's update for mkgroup/mkpasswd

21 years agoSetup updates. More about installing everything, not using setup to mirror.
David Starks-Browning [Thu, 10 Apr 2003 20:09:35 +0000 (20:09 +0000)]
Setup updates.  More about installing everything, not using setup to mirror.

21 years ago2003-04-09 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston [Thu, 10 Apr 2003 20:07:57 +0000 (20:07 +0000)]
2003-04-09  Chris Demetriou  <cgd@broadcom.com>

        * mips/cfe.c (_flush_cache): New function.

21 years ago * regex/regex.h: Define regoff_t as _off_t.
Corinna Vinschen [Thu, 10 Apr 2003 19:49:30 +0000 (19:49 +0000)]
* regex/regex.h: Define regoff_t as _off_t.
* regex/regex2.h: Ditto.

21 years ago * cygwin.din: Export wcscoll, wcswidth and wcwidth.
Corinna Vinschen [Thu, 10 Apr 2003 08:22:42 +0000 (08:22 +0000)]
* cygwin.din: Export wcscoll, wcswidth and wcwidth.
* include/cygwin/version.h: Bump API minor number.

21 years ago* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
Christopher Faylor [Thu, 10 Apr 2003 05:27:34 +0000 (05:27 +0000)]
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
* cygthread.cc: Ditto.
(cygthread::stub): Don't initialize already initialized events.
(cygthread::freerange): Don't create thread here.
(cygthread::cygthread): Create thread here.  Die if thread not created.
(cygthread::operator new): Simplify.  Just grab a thread structure from the
pool.  Don't try to start the thread.
(cygthread::terminate_thread): Don't close event handles.  Just reuse them.
Call MEM_RELEASE rather than MEM_DECOMMIT (from Joe Buehler).

21 years ago2003-04-10 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet [Thu, 10 Apr 2003 01:14:18 +0000 (01:14 +0000)]
2003-04-10  Pierre Humblet  <pierre.humblet@ieee.org>

        * mkpasswd.c (current_user): print uid and gid as unsigned.
        (enum_users): Ditto. Do not free servername.
        (usage): Update to allow several domains and improve -p.
        (main): On Win9x limit uids to 1000. Only print specials
        when -l is specified. Add a loop to allow several domains
        and free servername in the loop.
        * mkgroup.c (enum_groups): Do not free servername.
        (usage): Update to allow several domains. Change uid to gid.
        (main): Only print specials when -l is specified. Add a
        loop to allow several domains and free servername in the loop.

21 years ago * libc/machine/sh/memset.S: Avoid clobbering volatile
Joern Rennecke [Wed, 9 Apr 2003 10:48:02 +0000 (10:48 +0000)]
* libc/machine/sh/memset.S: Avoid clobbering volatile
objects following a tiny to-be-set array in the same quadword.

21 years ago * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.
Corinna Vinschen [Wed, 9 Apr 2003 10:42:12 +0000 (10:42 +0000)]
* libc/include/wchar.h: Add definitions for wcswidth and wcwidth.
* libc/string/Makefile.am: Add wcswidth.c and wcwidth.c
* libc/string/Makefile.in: Regenerated.
* libc/string/wcswidth.c: New file.
* libc/string/wcwidth.c: New file.
* libc/string/wcstrings.tex: Add wcswidth and wcwidth.

21 years ago * mips.h: Correct comment typo.
Alan Modra [Wed, 9 Apr 2003 00:12:24 +0000 (00:12 +0000)]
* mips.h: Correct comment typo.

21 years agoadd lack of '~' to ash missing features
David Starks-Browning [Tue, 8 Apr 2003 22:24:27 +0000 (22:24 +0000)]
add lack of '~' to ash missing features

21 years ago* fhandler_console.cc (fhandler_console::read) Handle certain key up events, to
Christopher Faylor [Tue, 8 Apr 2003 21:19:33 +0000 (21:19 +0000)]
* fhandler_console.cc (fhandler_console::read) Handle certain key up events, to
allow pasting accented characters and typing them using the "alt + numerics"
sequences.
* include/limits.h (IOV_MAX): Set to a number which is small enough to use in
an array.

21 years ago* winsup.api/pthread/condvar9.c: Fix test.
Thomas Pfaff [Tue, 8 Apr 2003 18:29:37 +0000 (18:29 +0000)]
* winsup.api/pthread/condvar9.c: Fix test.

21 years ago * include/time.h (strftime): Remove duplicate declaration.
Danny Smith [Mon, 7 Apr 2003 01:31:37 +0000 (01:31 +0000)]
* include/time.h (strftime): Remove duplicate declaration.

21 years ago2003-04-07 Marcel Telka <telka@users.sourceforge.net>
Danny Smith [Mon, 7 Apr 2003 01:06:23 +0000 (01:06 +0000)]
2003-04-07 Marcel Telka <telka@users.sourceforge.net>

* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.

21 years ago* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*
Christopher Faylor [Fri, 4 Apr 2003 18:52:11 +0000 (18:52 +0000)]
* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*
functions.
* cygthread.cc (cygthread::init): Eliminate unneeded muto.
(cygthread::operator new): Don't lock.  Instead change use of avail variable
into tri-state: available (1), not available (-1), uninitialized (0).
(cygthread::terminate_thread): Set avail to uninitialized.
(cygthread::detach): Eliminate local 'avail'.  Always set avail to 1 unless
signalled.
* cygthread.cc (cygthread::operator new): Be more defensive when messing with

21 years agoNamespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and s/c3x/tic3x/. 2003...
Svein Seldal [Fri, 4 Apr 2003 08:15:15 +0000 (08:15 +0000)]
Namespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and s/c3x/tic3x/. 2003 copyright update

21 years agoadd comments
Christopher Faylor [Fri, 4 Apr 2003 06:03:52 +0000 (06:03 +0000)]
add comments

21 years ago* cygthread.cc (operator new): Be more defensive when messing with threads that
Christopher Faylor [Fri, 4 Apr 2003 05:58:06 +0000 (05:58 +0000)]
* cygthread.cc (operator new): Be more defensive when messing with threads that
are marked "unavailable".

21 years ago* fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.
Christopher Faylor [Thu, 3 Apr 2003 14:05:30 +0000 (14:05 +0000)]
* fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.

21 years ago * libc/machine/sh/memset.S: Fix problem with alloco region
Joern Rennecke [Thu, 3 Apr 2003 13:06:02 +0000 (13:06 +0000)]
* libc/machine/sh/memset.S: Fix problem with alloco region
exceeding destination region for length >= 88 bytes, start
& 0x16 == 0, end & 0x1f == 18.

21 years ago * libc/string/wcscoll.c: Fix comment.
Corinna Vinschen [Thu, 3 Apr 2003 08:30:22 +0000 (08:30 +0000)]
* libc/string/wcscoll.c: Fix comment.

21 years ago * libc/include/wchar.h: Add definition for wcscoll.
Corinna Vinschen [Thu, 3 Apr 2003 08:26:07 +0000 (08:26 +0000)]
* libc/include/wchar.h: Add definition for wcscoll.
* libc/string/Makefile.am: Add wcscoll.c.
* libc/string/Makefile.in: Regenerated.
* libc/string/wcscoll.c: New file.
* libc/string/wcstrings.tex: Add wcscoll.

21 years ago * external.cc (check_ntsec): Return general ntsec state on NULL
Corinna Vinschen [Thu, 3 Apr 2003 08:18:43 +0000 (08:18 +0000)]
* external.cc (check_ntsec): Return general ntsec state on NULL
filename.  Check wincap.is_security() additionally.

21 years ago ChangeLog already commited yesterday:
Corinna Vinschen [Thu, 3 Apr 2003 08:04:41 +0000 (08:04 +0000)]
ChangeLog already commited yesterday:

* external.cc (check_ntsec): New function.
(cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec()
from applications.
* include/cygwin/version.h: Bump API minor number.
* include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC.

21 years agofix usage
Christopher Faylor [Thu, 3 Apr 2003 04:07:57 +0000 (04:07 +0000)]
fix usage

21 years ago* Makefile.in (EXTRA_OFILES): Remove debugging object.
Christopher Faylor [Thu, 3 Apr 2003 01:23:37 +0000 (01:23 +0000)]
* Makefile.in (EXTRA_OFILES): Remove debugging object.

21 years ago* external.cc (check_ntsec): New function.
Christopher Faylor [Wed, 2 Apr 2003 23:01:11 +0000 (23:01 +0000)]
* external.cc (check_ntsec): New function.
(cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec() from
applications.
* include/cygwin/version.h: Bump API minor number.
* include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC.
* cygthread.cc (cygthread::new): Add more defensive debugging.

21 years ago * xtensa-config.h: Remove comment indicating that this is a
Bob Wilson [Wed, 2 Apr 2003 16:55:26 +0000 (16:55 +0000)]
* xtensa-config.h: Remove comment indicating that this is a
generated file.

21 years ago * fhandler.cc (fhandler_base::fstat): Set the uid and gid fields
Corinna Vinschen [Tue, 1 Apr 2003 17:17:46 +0000 (17:17 +0000)]
* fhandler.cc (fhandler_base::fstat): Set the uid and gid fields
from the current effective ids.
* fhandler_socket.cc (fhandler_socket::fstat): Keep the uid and gid set
by fhandler_base::fstat.
* security.cc (get_nt_attribute): Do not test wincap.has_security ().
(get_nt_object_attribute): Ditto.
(get_file_attribute): Add test for wincap.has_security ().
(get_object_attribute): Ditto.

21 years ago * libc/stdio/sscanf.c: Update flags description.
Corinna Vinschen [Tue, 1 Apr 2003 16:27:52 +0000 (16:27 +0000)]
* libc/stdio/sscanf.c: Update flags description.
* libc/stdio/vfscanf.c: Add CHAR flag value to denote 8 bit target
type.
(__svfscanf_r): Add 'hh' and 'll' handling.

21 years ago * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
Corinna Vinschen [Tue, 1 Apr 2003 16:11:41 +0000 (16:11 +0000)]
* dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
throughout.
* fhandler.cc: Ditto.
* fhandler.h: Ditto.
* fhandler_clipboard.cc: Ditto.
* fhandler_disk_file.cc: Ditto.
* fhandler_dsp.cc: Ditto.
* fhandler_floppy.cc: Ditto.
* fhandler_mem.cc: Ditto.
* fhandler_proc.cc: Ditto.
* fhandler_process.cc: Ditto.
* fhandler_random.cc: Ditto.
* fhandler_registry.cc: Ditto.
* fhandler_tape.cc: Ditto.
* fhandler_termios.cc: Ditto.
* fhandler_virtual.cc: Ditto.
* fhandler_zero.cc: Ditto.
* mmap.cc: Ditto.
* pipe.cc: Ditto.
* syscalls.cc: Ditto.
* winsup.h: Ditto.
* include/cygwin/stat.h: Ditto.
* include/cygwin/types.h: Ditto.  Remove definition of __off32_t
and __off64_t.

21 years agoAdd Xtensa port
Nick Clifton [Tue, 1 Apr 2003 15:50:31 +0000 (15:50 +0000)]
Add Xtensa port

21 years ago * libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of
Corinna Vinschen [Tue, 1 Apr 2003 14:53:02 +0000 (14:53 +0000)]
* libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of
__d_position member to _off_t.

21 years agoFixes for iWMMXt contribution.
Nick Clifton [Tue, 1 Apr 2003 13:08:06 +0000 (13:08 +0000)]
Fixes for iWMMXt contribution.

21 years ago* exceptions.cc (setup_handler): Make sure winapi lock is released when exiting
Christopher Faylor [Mon, 31 Mar 2003 21:27:06 +0000 (21:27 +0000)]
* exceptions.cc (setup_handler): Make sure winapi lock is released when exiting
loop.

21 years ago * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.
Danny Smith [Mon, 31 Mar 2003 21:11:13 +0000 (21:11 +0000)]
* include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.

21 years ago2003-03-30 Hans E. Molin <kvasi@users.sourceforge.net>
Danny Smith [Sun, 30 Mar 2003 21:19:04 +0000 (21:19 +0000)]
2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>

* include/olectl.h (OleLoadPicturePath): Correct prototype.

21 years ago* include/cygwin/fs.h: Remove unneeded include.
Christopher Faylor [Sun, 30 Mar 2003 17:28:52 +0000 (17:28 +0000)]
* include/cygwin/fs.h: Remove unneeded include.
* include/cygwin/in.h: Include sys/types.h rather than cygwin/types.h.

21 years ago2003-03-30 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Sat, 29 Mar 2003 21:31:15 +0000 (21:31 +0000)]
2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>

* lib/uuid.c (IID_IHTML*): Move definitions to...
* lib/mshtml-uuid.c: New file.
* lib/Makefile.in: Add mshtml-uuid.o to libuuid.a

2003-03-30  Michael Sazonov  <traip@comset.net>

* lib/uuid.c (IID_IHTML*): Add new GUID definitions.
* include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
IHTMLImgElement): Add intetface definitions.

21 years ago * syscalls.cc (login): Fix comment.
Corinna Vinschen [Sat, 29 Mar 2003 13:15:55 +0000 (13:15 +0000)]
* syscalls.cc (login): Fix comment.
(logout): Ditto.

21 years ago * syscalls.cc: Slightly cleanup all utmp functions.
Corinna Vinschen [Sat, 29 Mar 2003 12:44:01 +0000 (12:44 +0000)]
* syscalls.cc: Slightly cleanup all utmp functions.
(login): Use mutex to secure against concurrent access to wtmp file.
(logout): Rewrite using POSIX calls.
(utmp_fd): Initialized to -1 now.  Any value < 0 is treated as closed
in subsequent functions.
(utmp_readonly): New variable, indicating utmp file open for reading
only.
(internal_setutent): New function implementing setutent().
(setutent): Call internal_setutent now.
(endutent): Reset utmp_readonly.
(getutent): Return immediately if utmp file can't be opened.
(getutid): Ditto.
(getutline): Ditto.
(pututline): Ditto. Use mutex to secure against concurrent access to
utmp file.

21 years ago * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
Danny Smith [Sat, 29 Mar 2003 05:06:53 +0000 (05:06 +0000)]
* include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
RC_INVOKED guard.
  (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.

21 years ago* Makefile.in: Remove EXE_LDFLAGS. Fix fhandler_CFLAGS typo. Recognize .s
Christopher Faylor [Sat, 29 Mar 2003 04:20:45 +0000 (04:20 +0000)]
* Makefile.in: Remove EXE_LDFLAGS.  Fix fhandler_CFLAGS typo.  Recognize .s
suffix.
* configure.in: Remove EXE_LDFLAGS.
* configure: Regenerate.

21 years ago* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
Christopher Faylor [Sat, 29 Mar 2003 04:15:52 +0000 (04:15 +0000)]
* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
CXXFLAGS is properly interpreted.

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