]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
20 years ago* syscalls.cc (_remove_r): Define.
Christopher Faylor [Sat, 23 Aug 2003 18:03:16 +0000 (18:03 +0000)]
* syscalls.cc (_remove_r): Define.

20 years ago* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition to
Christopher Faylor [Sat, 23 Aug 2003 17:57:43 +0000 (17:57 +0000)]
* libc/stdio64/fseeko64.c (fseeko64_r): Rename second fseeko64_r definition to
fseeko64.

20 years agoRevise DejaGnu patch submission guidelines.
Ben Elliston [Sat, 23 Aug 2003 08:51:04 +0000 (08:51 +0000)]
Revise DejaGnu patch submission guidelines.

20 years ago* cygheap.h (enum cygheap_types): Add HEAP_MMAP.
Christopher Faylor [Sat, 23 Aug 2003 00:03:54 +0000 (00:03 +0000)]
* cygheap.h (enum cygheap_types): Add HEAP_MMAP.
(CYGHEAPSIZE): Add another 64K.
* mmap.cc: Use cmalloc, ccalloc and crealloc with HEAP_MMAP type throughout.

20 years ago* cygheap.cc (user_heap_info::max): New field.
Christopher Faylor [Fri, 22 Aug 2003 19:33:09 +0000 (19:33 +0000)]
* cygheap.cc (user_heap_info::max): New field.
* heap.cc (heap_init): Save pointer to end of heap reserved memory.
(sbrk): Don't attempt to commit memory beyond end of heap reserved memory.
Attempt to honor comment and reserve commitbytes if heapchunk fails.

20 years ago* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.
Christopher Faylor [Fri, 22 Aug 2003 19:25:56 +0000 (19:25 +0000)]
* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.

20 years ago2003-08-22 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Fri, 22 Aug 2003 18:52:25 +0000 (18:52 +0000)]
2003-08-22  Jeff Johnston  <jjohnstn@redhat.com>

* libc/include/sys/reent.h: Add _GLOBAL_REENT macro.
* libc/stdio: Globally remove/replace all references to fp->_data.
Replace with _REENT or _GLOBAL_REENT where appropriate.
* libc/stdio/asprintf.c: Ditto.
* libc/stdio/fclose.c: Ditto.
* libc/stdio/fvwrite.c: Ditto.
* libc/stdio/makebuf.c: Ditto.
* libc/stdio/refill.c: Ditto.
* libc/stdio/local.h: Ditto.
* libc/stdio/setvbuf.c: Ditto.
* libc/stdio/sscanf.c: Ditto.
* libc/stdio/stdio.c: Ditto.
* libc/stdio/ungetc.c: Ditto.
* libc/stdio/vfscanf.c: Ditto.
* libc/stdio/vsscanf.c: Ditto.
* libc/stdio/fopen.c: Ditto.  Also use _fseek_r in _fopen_r.
* libc/stdio/vasprintf.c: Ditto.  Also call _vfprintf_r directly.
* libc/stdio/vsnprintf.c: Ditto.
* libc/stdio/vsprintf.c: Ditto.
* libc/stdio/fcloseall.c(fcloseall): Use _GLOBAL_REENT macro
instead of _REENT to walk file list.
* libc/stdio/fflush.c: Ditto.
* libc/stdio/fgetpos.c: Add reentrant version and have regular
version call reentrant version with _REENT argument.
* libc/stdio/fsetpos.c: Ditto.
* libc/stdio/fseek.c: Ditto.
* libc/stdio/fseeko.c: Ditto.
* libc/stdio/ftell.c: Ditto.
* libc/stdio/ftello.c: Ditto.
* libc/stdio/freopen.c: Ditto.
* libc/stdio/findfp.c: Use _GLOBAL_REENT pointer when adding
new files to chain.  Also use _GLOBAL_REENT pointer for
cleaning up.
* libc/stdio/fiprintf.c: Reformatted to minimize duplicate code.
* libc/stdio/siprintf.c: Ditto.
* libc/stdio/iprintf.c: Ditto.
* libc/stdio/fprintf.c: Ditto.
* libc/stdio/printf.c: Ditto.
* libc/stdio/snprintf.c: Call _vfprintf_r directly.
* libc/stdio/sprintf.c: Ditto.
* libc/stdio/vprintf.c: Ditto.  Also add _REENT_ONLY check.
* libc/stdio/rewind.c: Call _fseek_r directly.
* libc/stdio/tmpfile.c: Call _fopen_r and _remove_r directly.
* libc/stdio/vfprintf.c (_VFPRINTF_R): Change _r routines to use
data pointer.
(get_arg): Add extra struct _reent pointer argument.
* libc/stdio64/fgetpos64.c: Add _r versions, remove any reference
to fp->_data.
* libc/stdio64/fopen64.c: Ditto.
* libc/stdio64/freopen64.c: Ditto.
* libc/stdio64/fsetpos64.c: Ditto.
* libc/stdio64/ftello64.c: Ditto.
* libc/stdio64/local64.h: Ditto.
* libc/stdio64/stdio64.c: Ditto.
* libc/stdio64/fseeko64.c: Ditto plus use _fstat_r instead of
_fstat64_r for the meantime.

20 years agoIndex: ChangeLog
Geoffrey Keating [Fri, 22 Aug 2003 17:05:58 +0000 (17:05 +0000)]
Index: ChangeLog
2003-08-20  Geoffrey Keating  <geoffk@apple.com>

PR 8180
* configure.in: When testing with_libs and with_headers, treat
'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
* configure: Regenerate.

Index: gcc/ChangeLog
2003-08-20  Geoffrey Keating  <geoffk@apple.com>

PR 8180
* configure.in: When testing with_libs and with_headers, treat
'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
* configure: Regenerate.

20 years ago* exceptions.cc (sig_handle): Change so that default signals indicate success.
Christopher Faylor [Fri, 22 Aug 2003 17:01:53 +0000 (17:01 +0000)]
* exceptions.cc (sig_handle): Change so that default signals indicate success.

20 years ago2003-08-22 Filip Navara <xnavara@volny.cz>
Danny Smith [Fri, 22 Aug 2003 11:21:28 +0000 (11:21 +0000)]
2003-08-22  Filip Navara  <xnavara@volny.cz>

* include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
Add prototypes.
BuildImpersonateTrustee[AW]): Add prototypes.
GetMultipleTrustee[AW]): Add prototypes.
GetMultipleTrusteeOperation[AW]): Add prototypes.

Add missing changelog entry from last commit.

20 years ago2003-08-22 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Fri, 22 Aug 2003 10:50:54 +0000 (10:50 +0000)]
2003-08-22   Danny Smith <dannysmith@users.sourceforge.net>

        * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.

2003-08-22  Mihai Preda <mihai_preda@users.sourceforge.net>

* include/shlobj.h (IPersistFolder::GetClassID):
Correct declaration.
(CMF_*) Add missing defines.

2003-08-22   Danny Smith <dannysmith@users.sourceforge.net>

        * include/winuser.h (DC_BUTTONS): Add define.

2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>

        * include/winuser.h (DC_GRADIENT): Add define.

2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
older TBSTYLE_* constants.

20 years ago* sigproc.cc (wait_sig): Remove redundant test in do/while.
Christopher Faylor [Fri, 22 Aug 2003 03:40:49 +0000 (03:40 +0000)]
* sigproc.cc (wait_sig): Remove redundant test in do/while.

20 years ago* sigproc.cc (wait_sig): Avoid infinite loop.
Christopher Faylor [Fri, 22 Aug 2003 01:07:01 +0000 (01:07 +0000)]
* sigproc.cc (wait_sig): Avoid infinite loop.

20 years agoAdd PGI extensions
Nick Clifton [Thu, 21 Aug 2003 14:03:23 +0000 (14:03 +0000)]
Add PGI extensions

20 years ago* speclib: Reenable removal of temp files.
Christopher Faylor [Thu, 21 Aug 2003 03:36:02 +0000 (03:36 +0000)]
* speclib: Reenable removal of temp files.

20 years ago* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.
Christopher Faylor [Thu, 21 Aug 2003 03:18:46 +0000 (03:18 +0000)]
* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.
* sigproc.cc (wait_sig): Keep looping if there are more signals to consider and
we are flushing signals.
(sig_send): Put nonsync signals in the correct bucket.

20 years agoMerge configure.in, configure with GCC.
Geoffrey Keating [Thu, 21 Aug 2003 02:21:21 +0000 (02:21 +0000)]
Merge configure.in, configure with GCC.

20 years ago* speclib: Fix created lib to avoid "File truncated" problems.
Christopher Faylor [Thu, 21 Aug 2003 02:19:25 +0000 (02:19 +0000)]
* speclib: Fix created lib to avoid "File truncated" problems.

20 years ago2003-08-20 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston [Wed, 20 Aug 2003 19:32:52 +0000 (19:32 +0000)]
2003-08-20  Chris Demetriou  <cgd@broadcom.com>

        * mips/crt0_cfe.S: New file.
        * mips/cfe_mem.c: New file.
        * mips/cfe_prestart.S: Remove.
        * mips/cfe.ld: Adjust to use crt0_cfe.o as the startup file, and
        and use _start as the entry point.  Align BSS to 32-byte boundary.
        * mips/cfe.c: Reimplement to fit on top of a crt0_cfe.o file.
        * mips/cfe_api.h (__libcfe_stack_size, __libcfe_mem_limit)
        (__libcfe_meminit, __libcfe_stack_top): New prototypes.
        * mips/Makefile.in (CFEOBJS): Replace cfe_prestart.o with cfe_mem.o.
        (cfe.o, cfe_api.o, cfe_mem.o, crt0_cfe.o): New targets.
        * mips/configure.in: Build and install crt0_cfe.o when CFE support
        is built.
        * mips/configure: Regenerate.

20 years ago* exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.
Christopher Faylor [Wed, 20 Aug 2003 18:09:24 +0000 (18:09 +0000)]
* exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.

20 years agoBetter handking for unresolved symbols
Nick Clifton [Wed, 20 Aug 2003 08:37:14 +0000 (08:37 +0000)]
Better handking for unresolved symbols

20 years ago* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on a
Christopher Faylor [Wed, 20 Aug 2003 05:15:33 +0000 (05:15 +0000)]
* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on a
__SIGFLUSH.  Christopher Faylor <cgf@redhat.com>
* exceptions.cc (_sigreturn): Handle nested signals without growing the stack.

20 years ago* exceptions.cc (pending_signals): Remove unneeded declaration.
Christopher Faylor [Wed, 20 Aug 2003 02:31:26 +0000 (02:31 +0000)]
* exceptions.cc (pending_signals): Remove unneeded declaration.
* sigproc.cc (pending_signals): Make static.
(wait_sig): Use defined values rather than integers for rc.  Never scan both
todo arrays as this could cause hangs if signals arrive from two different
sources.  Rename saw_pending_signals to saw_failed_interrupt.  Exit loop when
signal found.  Enter low-priority sleep, if necessary, after finished
signalling completion.  Set pending_signals when blocked
(from Pierre Humblet).

20 years agoclarify
Christopher Faylor [Wed, 20 Aug 2003 01:19:04 +0000 (01:19 +0000)]
clarify

20 years ago * configure.in: Disable libgcj for darwin not on powerpc.
Geoffrey Keating [Wed, 20 Aug 2003 00:51:25 +0000 (00:51 +0000)]
* configure.in: Disable libgcj for darwin not on powerpc.
* configure: Rebuild.

20 years ago2003-08-19 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 19 Aug 2003 18:09:54 +0000 (18:09 +0000)]
2003-08-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/mallocr.c (mALLOc, rEALLOc, mEMEALIGn): Enhance
        overflow detection.

20 years ago * ppc.h (PPC_OPCODE_440): Define. Formatting. Use hex for other
Alan Modra [Tue, 19 Aug 2003 07:08:20 +0000 (07:08 +0000)]
* ppc.h (PPC_OPCODE_440): Define.  Formatting.  Use hex for other
PPC_OPCODE_* defines.

20 years ago* signal.cc (sigpending): Move.
Christopher Faylor [Tue, 19 Aug 2003 05:47:44 +0000 (05:47 +0000)]
* signal.cc (sigpending): Move.
* sigproc.cc (sigpending): To here.
(getlocal_sigtodo): Return process-local signal array.
(sigpending): Accommodate new process-local signal array.
(sig_send): Ditto.
(sig_set_pending): Ditto.
(wait_sig): Ditto.

20 years agoThroughout, eliminate argument to sig_dispatch_pending.
Christopher Faylor [Tue, 19 Aug 2003 04:10:42 +0000 (04:10 +0000)]
Throughout, eliminate argument to sig_dispatch_pending.
* exceptions.cc (setup_handler): Move non-interruptible condition handling
(back) to wait_sig (as suggested by Pierre Humblet).
(set_process_mask): Don't worry about calling sig_dispatch_pending from
sigthread since it is detected in the function anyway.
(sig_handle): Eliminate thisproc arg.  Don't call sig_dispatch_pending on
SIGCONT since that should happen automatically.
* sigproc.cc (sig_dispatch_pending): Eliminate justwake argument.  Just return
when called from sigthread.
(wait_sig): Change some variables to bool.  Change inner while to an if.  Move
uninterruptible signal handling here.
(sigproc_terminate): Don't call sig_dispatch_pending.  Just increment semaphore
on exit.
* speclib: Use slightly different (but still flawed) method for determining
symbols to extract from libraries.

20 years agocorrect attribution, since this is not Pierre's patch.
Christopher Faylor [Tue, 19 Aug 2003 01:17:53 +0000 (01:17 +0000)]
correct attribution, since this is not Pierre's patch.

20 years ago* exceptions.cc (sigdelayed): Fix race where signal handler could get the wrong
Christopher Faylor [Tue, 19 Aug 2003 00:31:56 +0000 (00:31 +0000)]
* exceptions.cc (sigdelayed): Fix race where signal handler could get the wrong
mask.

20 years ago* path.cc (mount): Add null/empty check for input parameters.
Christopher Faylor [Tue, 19 Aug 2003 00:18:48 +0000 (00:18 +0000)]
* path.cc (mount): Add null/empty check for input parameters.
(umount): Add null/empty check for input parameters.

20 years agoTouch version.h to avoid build message.
Corinna Vinschen [Mon, 18 Aug 2003 15:54:26 +0000 (15:54 +0000)]
Touch version.h to avoid build message.

20 years ago2003-08-17 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Mon, 18 Aug 2003 09:43:24 +0000 (09:43 +0000)]
2003-08-17  Danny Smith <dannysmith@users.sourceforge.net>

* include/commctrl.h (TB_*) Group defines together.

2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/winuser.h (ICON_SMALL2): Define.
* include/commctrl.h (TB_SETBUTTONWIDTH,TB_SETDRAWTEXTFLAGS):
Define.
* include/shlobj.h (SHDRAGIMAGE): Define structure.
(IDragSourceHelper) Define interface.
   (IDropTargetHelper): Likewise.
(IExtractIcon): Unicode it.
(ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
OnStateChange and IncludeObject methods.

20 years ago * grp.cc (read_group): Revert previous change.
Corinna Vinschen [Sun, 17 Aug 2003 17:50:40 +0000 (17:50 +0000)]
* grp.cc (read_group): Revert previous change.
* uinfo.cc (pwdgrp::load): Always reset curr_lines.

20 years ago * dump_setup.cc (check_package_files): Strip leading / and ./ from
Corinna Vinschen [Sun, 17 Aug 2003 17:26:08 +0000 (17:26 +0000)]
* dump_setup.cc (check_package_files): Strip leading / and ./ from
package file names.

20 years ago * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.
Corinna Vinschen [Sun, 17 Aug 2003 17:12:18 +0000 (17:12 +0000)]
* errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO.
* fhandler_raw.cc (fhandler_dev_raw::raw_read): Set more accurate
errnos instead of EACCES.
(fhandler_dev_raw::raw_write): Ditto.

20 years ago* path.cc (special_name): Accommodate all special names with extensions.
Christopher Faylor [Sun, 17 Aug 2003 16:33:15 +0000 (16:33 +0000)]
* path.cc (special_name): Accommodate all special names with extensions.

20 years agoAdd ChangeLog entry for last commit.
Danny Smith [Sun, 17 Aug 2003 08:55:28 +0000 (08:55 +0000)]
Add ChangeLog entry for last commit.

20 years ago2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>
Danny Smith [Sun, 17 Aug 2003 08:47:37 +0000 (08:47 +0000)]
2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/commctrl.h (TreeView_GetScrollTime,
TreeView_SetScrollTime): Define macros.
* include/winuser.h (GetShellWindow): Add prototype.
* include/objidl.h (STGMEDIUM): Correct lpszFileName type.

20 years agoinclude/opcode/ChangeLog:
Jason Eckhardt [Sun, 17 Aug 2003 03:16:23 +0000 (03:16 +0000)]
include/opcode/ChangeLog:
2003-08-16  Jason Eckhardt  <jle@rice.edu>

        * i860.h (fmov.ds): Expand as famov.ds.
        (fmov.sd): Expand as famov.sd.
        (pfmov.ds): Expand as pfamov.ds.

gas/testsuite/ChangeLog:
2003-08-16  Jason Eckhardt  <jle@rice.edu>

        * gas/i860/pseudo-ops01.{s,d}: New files.
        * gas/i860/i860.exp: Execute the new test above.
        * gas/i860/README.i860: Mention that pseudo-ops need more testing
        and remove the align fill defect from the list.

20 years ago2003-08-15 Michael Chastain <mec@shout.net>
Michael Chastain [Sat, 16 Aug 2003 16:54:26 +0000 (16:54 +0000)]
2003-08-15  Michael Chastain  <mec@shout.net>

* src-release (do-proto-toplev): Remove junk files
dejagnu/example/calc/config.status,
dejagnu/example/calc/config.log.

20 years ago * dump_setup.cc (package_find): Don't stop searching on missing
Corinna Vinschen [Sat, 16 Aug 2003 09:09:09 +0000 (09:09 +0000)]
* dump_setup.cc (package_find): Don't stop searching on missing
file list.
(package_list): Ditto.

* dump_setup.cc: (package_list): Make output terse unless
verbose requested.  Fix formatting.
(package_find): Ditto.

20 years agoAdd 'src-release'. 'src-release' was carved out of 'Makefile.in',
Michael Chastain [Fri, 15 Aug 2003 21:47:31 +0000 (21:47 +0000)]
Add 'src-release'.  'src-release' was carved out of 'Makefile.in',
so use the same policy for it.

20 years ago * cygcheck.cc (main): Fix some formatting and help text printing.
Corinna Vinschen [Fri, 15 Aug 2003 20:26:11 +0000 (20:26 +0000)]
* cygcheck.cc (main): Fix some formatting and help text printing.

* cygcheck.cc (find_package,list_package): New global
variables.
(usage): Add "--find-package" and "--list-package" options,
reformat output.
(longopts, opts): Add "--find-package" and "--list-package"
options.
(main): Process the "--find-package" and "--list-package"
flags.  Add new semantic checks.  Add calls to find_package()
and list_package().
* dump_setup.cc: Fix header comment.
(match_argv): Change return type to int to distinguish
between real matches and default ones.
(open_package_list): New static function.
(check_package_files): Factor out opening the package list
file into open_package_list().
(get_packages): New static function.
(dump_setup): Factor out getting a list of packages into
get_packages().
(package_list, package_find): New global functions.

20 years ago * mmap.cc (mmap64): Avoid crash if file size is less than requested
Corinna Vinschen [Fri, 15 Aug 2003 12:05:08 +0000 (12:05 +0000)]
* mmap.cc (mmap64): Avoid crash if file size is less than requested
map length.

20 years ago * regtool.cc (usage): Add missing linefeed. Move example to --help
Corinna Vinschen [Fri, 15 Aug 2003 08:58:54 +0000 (08:58 +0000)]
* regtool.cc (usage): Add missing linefeed.  Move example to --help
text.  Fix forward slash description.

20 years ago2003-08-15 Martin Fuchs <Martin-Fuchs@gmx.net>
Danny Smith [Fri, 15 Aug 2003 03:04:25 +0000 (03:04 +0000)]
2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
IID_IDragSourceHelper): Declare.
* lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
IID_IDragSourceHelper): Define.

20 years ago2003-08-15 Andrew Greenwood <lists@silverblade.co.uk>
Danny Smith [Fri, 15 Aug 2003 02:19:54 +0000 (02:19 +0000)]
2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>

* include/wingdi.h (DEVMODE[AW]) Correct structure definition.
* include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
* include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.

20 years ago* config-ml.in, symlink-tree: Add license.
DJ Delorie [Thu, 14 Aug 2003 20:44:13 +0000 (20:44 +0000)]
* config-ml.in, symlink-tree: Add license.

20 years ago * dump_setup.cc (check_package_files): Fix extra '/' in filename.
Corinna Vinschen [Wed, 13 Aug 2003 19:37:40 +0000 (19:37 +0000)]
* dump_setup.cc (check_package_files): Fix extra '/' in filename.
Resize command buffer.  Fix buffer overflow bug.

20 years ago2003-08-13 Aldy Hernandez <aldyh@redhat.com>
Jeff Johnston [Wed, 13 Aug 2003 17:45:31 +0000 (17:45 +0000)]
2003-08-13  Aldy Hernandez  <aldyh@redhat.com>

        * libc/machine/powerpc/machine/stdlib.h: Wrap SPE functions in
        extern "C".

20 years ago2003-08-13 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Wed, 13 Aug 2003 17:36:10 +0000 (17:36 +0000)]
2003-08-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/math.h: Add prototypes for __signbitf and
        __signbitd.

20 years ago * path.cc (special_name): Add checks for some specials followed by
Corinna Vinschen [Wed, 13 Aug 2003 17:28:00 +0000 (17:28 +0000)]
* path.cc (special_name): Add checks for some specials followed by
a "." and a FIXME comment.

20 years ago * cygwin.din: Accomodate change from cygwin_lstat to lstat.
Corinna Vinschen [Wed, 13 Aug 2003 11:28:42 +0000 (11:28 +0000)]
* cygwin.din: Accomodate change from cygwin_lstat to lstat.
* syscalls.cc: Add defines to avoid declaration issues when
renaming cygwin_lstat back to lstat.
(lstat): Reverted name change from cygwin_lstat.

20 years ago2003-08-12 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Tue, 12 Aug 2003 18:06:01 +0000 (18:06 +0000)]
2003-08-12  Jeff Johnston  <jjohnstn@redhat.com>

        * i386/cygmon-salib.c (unlink): New stub.

20 years ago * include/sys/param.h (NBBY): Define if not defined.
Corinna Vinschen [Tue, 12 Aug 2003 10:23:40 +0000 (10:23 +0000)]
* include/sys/param.h (NBBY): Define if not defined.

* include/sys/param.h (setbit): Add new bitmap related macro.
(clrbit): Likewise.
(isset): Likewise.
(isclr): Likewise.
(howmany): Add new counting/rounding macro.
(rounddown): Likewise.
(roundup): Likewise.
(roundup2): Likewise.
(powerof2): Likewise
(MIN): Add macro for calculating min.
(MAX): Add macro for calculating max.

20 years ago * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
Danny Smith [Sun, 10 Aug 2003 09:19:06 +0000 (09:19 +0000)]
* lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
CGID_ShellServiceObject): Remove definitions.
* lib/shell32.c (CGID_ShellServiceObject): Add definition.

Correct last ChangeLog entry for lib/shell32.def.

20 years ago* dump_setup.cc (dump_setup): Check for the existence of the package list file.
Christopher Faylor [Sun, 10 Aug 2003 01:07:04 +0000 (01:07 +0000)]
* dump_setup.cc (dump_setup): Check for the existence of the package list file.
Rework slightly to use static buffer for popen commands.

20 years ago2003-08-10 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Sun, 10 Aug 2003 00:40:01 +0000 (00:40 +0000)]
2003-08-10  Danny Smith <dannysmith@users.sourceforge.net>

* include/shlobj.h (SHELLSTATE): Add structure.
(SHGetSetSettings): Add prototype.
(SHGetSettings): Add prototype.
* lib/user32.def (SHGetSetSettings): Add stub.

2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>

* include/commctrl.h (HDM_ORDERTOINDEX): Add define.
(Header_OrderToIndex): Add macro.
(Header_GetOrderArray): Add macro.

* include/commdlg.h (FR_MATCHALEFHAMZA,
FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.

2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/commctrl.h (TVM_GETSCROLLTIME,
TVM_SETSCROLLTIME): Add defines.

20 years ago* dump_setup.cc (version_len): New static variable.
Christopher Faylor [Sat, 9 Aug 2003 16:32:22 +0000 (16:32 +0000)]
* dump_setup.cc (version_len): New static variable.
(could_not_access,directory_exists): New static function.
(file_exists): Ditto.
(check_package_files): Ditto.
(dump_setup): Check the contents of each package if check_files is true and
output the result in the "Status" column.  Flush output after each package.
* dump_setup.cc (dump_setup): Remove redundant null check.  Add informative
message if package info not found.

20 years ago* include/cygwin/version.h: Bump DLL minor number to 3.
Christopher Faylor [Sat, 9 Aug 2003 16:32:03 +0000 (16:32 +0000)]
* include/cygwin/version.h: Bump DLL minor number to 3.

20 years agoConvert cgen to C-90
Michael Meissner [Fri, 8 Aug 2003 21:21:24 +0000 (21:21 +0000)]
Convert cgen to C-90

20 years ago* include/stdint.h: Correctly define INT32_MIN.
Christopher Faylor [Fri, 8 Aug 2003 19:30:41 +0000 (19:30 +0000)]
* include/stdint.h: Correctly define INT32_MIN.

20 years ago* grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr after
Christopher Faylor [Fri, 8 Aug 2003 19:28:34 +0000 (19:28 +0000)]
* grp.cc (read_group): Set __group32.gr_mem pointer back to &null_ptr after
free() is called.

20 years ago2003-08-08 Mark Salter <msalter@redhat.com>
Jeff Johnston [Fri, 8 Aug 2003 16:00:13 +0000 (16:00 +0000)]
2003-08-08  Mark Salter <msalter@redhat.com>

        * i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__

        Bernd Schmidt  <bernds@redhat.com>

        * i386/cygmon.ld: Add entry for .rodata.

20 years agoAdd MSP430 variants
Nick Clifton [Fri, 8 Aug 2003 10:14:51 +0000 (10:14 +0000)]
Add MSP430 variants

20 years agoConvert to C90.
Alan Modra [Thu, 7 Aug 2003 02:25:50 +0000 (02:25 +0000)]
Convert to C90.

20 years agofix typo
Christopher Faylor [Wed, 6 Aug 2003 03:39:36 +0000 (03:39 +0000)]
fix typo

20 years agotypo
Christopher Faylor [Wed, 6 Aug 2003 03:22:18 +0000 (03:22 +0000)]
typo

20 years ago* Makefile.common: Hmm. Older compilers seem to need -nostdinc.
Christopher Faylor [Wed, 6 Aug 2003 02:35:33 +0000 (02:35 +0000)]
* Makefile.common: Hmm.  Older compilers seem to need -nostdinc.

20 years ago* Makefile.common: Don't send -nostdinc++ with g++.
Christopher Faylor [Wed, 6 Aug 2003 02:06:43 +0000 (02:06 +0000)]
* Makefile.common: Don't send -nostdinc++ with g++.

20 years ago* Makefile.in: Rework to accommodate new speclib arguments.
Christopher Faylor [Wed, 6 Aug 2003 01:40:12 +0000 (01:40 +0000)]
* Makefile.in: Rework to accommodate new speclib arguments.
* speclib: Rework to extract everything from libcygwin.a rather than building
things from existing object files.

20 years ago* path.cc (cygdrive_getmntent): Do not skip over drives of type
Christopher Faylor [Tue, 5 Aug 2003 04:49:44 +0000 (04:49 +0000)]
* path.cc (cygdrive_getmntent): Do not skip over drives of type
DRIVE_REMOVABLE.
* fhandler.cc (fhandler_base::lseek): Be more paranoid when constructing
offsets from 64 bit value.
* syscalls.cc (logout): Avoid temp buffer memcpy since new scheme does not
require it.
(utmp_data): Rework as a macro which returns a pointer into a buffer.
(getutent): Use new buffer allocation mechanism to grab a utmp buffer.
(getutid): Ditto.
(pututline): Ditto.

20 years ago* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' if
Christopher Faylor [Tue, 5 Aug 2003 03:04:28 +0000 (03:04 +0000)]
* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' if
end of directory condition is encountered as per SUSv2.
* fhandler_proc.cc (fhandler_proc::readdir): Ditto.
* fhandler_process (fhandler_process::readdir): Ditto.
* fhandler_registry (fhandler_registry::readdir): Ditto.

20 years agochange default for --change-default-prefix
Christopher Faylor [Tue, 5 Aug 2003 01:06:22 +0000 (01:06 +0000)]
change default for --change-default-prefix

20 years agoNew canonical location.
David Starks-Browning [Mon, 4 Aug 2003 10:40:28 +0000 (10:40 +0000)]
New canonical location.

20 years ago * include/shlobj.h (SHELLFLAGSTATE): Add structure.
Danny Smith [Sun, 3 Aug 2003 09:09:07 +0000 (09:09 +0000)]
* include/shlobj.h (SHELLFLAGSTATE): Add structure.
(SHGetInstanceExplorer): Correct return type.
(SHGetFolderPath[AW]: Likewise.
Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
for report.

20 years ago Merge from gcc:
Nathanael Nerode [Sat, 2 Aug 2003 02:00:38 +0000 (02:00 +0000)]
Merge from gcc:

2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
* Makefile.tpl (check, check-c++): Express dependencies using
dependencies rather than commands.
* Makefile.in: Regenerate.

2003-07-31  Geoffrey Keating  <geoffk@apple.com>
* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
* Makefile.in: Update.

20 years ago2003-08-01 Andrew Cagney <cagney@redhat.com>
Andrew Cagney [Fri, 1 Aug 2003 21:35:02 +0000 (21:35 +0000)]
2003-08-01  Andrew Cagney  <cagney@redhat.com>

* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
* configure: Ditto.

20 years ago2003-08-01 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Fri, 1 Aug 2003 09:11:39 +0000 (09:11 +0000)]
2003-08-01  Danny Smith <dannysmith@users.sourceforge.net>

* lib/test.c: Include winldap.h, ntldap.h, winber.h.

2003-08-01  Filip Navara  <xnavara@volny.cz>

* include/winldap.h: New file.
* include/ntldap.h: New file.
* include/winber.h: New file.
* lib/winldap32.def: New file.

20 years ago2003-08-01 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith [Fri, 1 Aug 2003 01:06:26 +0000 (01:06 +0000)]
2003-08-01  Danny Smith <dannysmith@users.sourceforge.net>

* include/ddk/atm.h: Remove stray '.';

2003-08-01  Gisle Vanem  <gvanem@broadpark.no>

* include/ddk/winddk.h; Remove trailing ';' from macro expressions,
throughout. Add () around macro expressions with cast returns,
throughout.

20 years ago2003-07-31 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston [Thu, 31 Jul 2003 22:24:20 +0000 (22:24 +0000)]
2003-07-31  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/ctype/iswalpha.c: Fix calls to __jp2uc to pass the
        correct type of conversion when dealing with EUCJP or SJIS.
        * libc/ctype/iswblank.c: Ditto.
        * libc/ctype/iswcntrl.c: Ditto.
        * libc/ctype/iswprint.c: Ditto.
        * libc/ctype/iswpunct.c: Ditto.
        * libc/ctype/iswspace.c: Ditto.
        * libc/ctype/towlower.c: Ditto.
        * libc/ctype/towupper.c: Ditto.

20 years agoScrewed up ChangeLog
Joshua Daniel Franklin [Thu, 31 Jul 2003 21:12:11 +0000 (21:12 +0000)]
Screwed up ChangeLog

20 years ago* effectively.sgml: New file, "Using Cygwin Effectively with Windows".
Joshua Daniel Franklin [Thu, 31 Jul 2003 21:06:55 +0000 (21:06 +0000)]
* effectively.sgml: New file, "Using Cygwin Effectively with Windows".

20 years agoAllocate 4 slots on stack before calling main, in case it saves its argument
Nick Clifton [Thu, 31 Jul 2003 16:21:20 +0000 (16:21 +0000)]
Allocate 4 slots on stack before calling main, in case it saves its argument
registers.
Remove reference to deleted v850ea port.
Do not use -mv850 when building for v850e target.  This prevents the ctbp
system register from being initialised.

20 years ago2003-7-31 Martin Fuchs <Martin-Fuchs@gmx.net>
Danny Smith [Thu, 31 Jul 2003 10:25:56 +0000 (10:25 +0000)]
2003-7-31  Martin Fuchs  <Martin-Fuchs@gmx.net>

* include/shlobj.h (SFGAO_COMPRESSED): Add define.
(SFGAOF,SHGDNF): Add typedef's.
(SHCONTF): Extend enum.

20 years ago * include/shellapi.h: Include all structs within pshpack2.h/
Danny Smith [Thu, 31 Jul 2003 05:40:39 +0000 (05:40 +0000)]
* include/shellapi.h: Include all structs within pshpack2.h/
poppack.h block.

20 years ago* configure.in: Enable libgcj for darwin.
DJ Delorie [Wed, 30 Jul 2003 20:12:58 +0000 (20:12 +0000)]
* configure.in: Enable libgcj for darwin.
* configure: Rebuild.

20 years ago* dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to after
Christopher Faylor [Wed, 30 Jul 2003 04:46:07 +0000 (04:46 +0000)]
* dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to after
pthread initialization.
(dll_crt0_1): i.e., here.

20 years ago * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
Nathanael Nerode [Wed, 30 Jul 2003 01:35:07 +0000 (01:35 +0000)]
* mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.

20 years ago2003-07-18 Michael Snyder <msnyder@redhat.com>
Michael Snyder [Tue, 29 Jul 2003 21:05:31 +0000 (21:05 +0000)]
2003-07-18  Michael Snyder  <msnyder@redhat.com>

        * include/opcode/h8sx.h (DO_MOVA1, DO_MOVA2): Reformatting.

20 years ago2003-07-29 Honda Hiroki <hhonda@ipflex.com>
Jeff Johnston [Tue, 29 Jul 2003 20:45:11 +0000 (20:45 +0000)]
2003-07-29  Honda Hiroki  <hhonda@ipflex.com>

        * libc/stdio/vfprintf.c: Set output size to 1 when
        we have %f format with precision 0 and # flag not specified.

20 years ago2003-07-28 Eric Christopher <echristo@redhat.com>
Eric Christopher [Tue, 29 Jul 2003 06:42:51 +0000 (06:42 +0000)]
2003-07-28  Eric Christopher  <echristo@redhat.com>

        * elf32-ppc.c (R_PPC_RELAX32): New relocation.
        (ppc_elf_install_value): New function.
        (ppc_elf_sort_rela): Remove.
        (ppc_elf_relax_section): Rewrite. Remove old relaxation
        and replace with out of range branch stubs.
        (ppc_elf_relocate_section): Handle R_PPC_RELAX32.

2003-07-28  Eric Christopher  <echristo@redhat.com>

        * ppc.h (R_PPC_RELAX32): New. Fake relocation.

20 years ago* libc/machine/mn10300/setjmp.S: Never emit both .am33 and
Alexandre Oliva [Tue, 29 Jul 2003 06:11:46 +0000 (06:11 +0000)]
* libc/machine/mn10300/setjmp.S: Never emit both .am33 and
.am33_2.

20 years ago* include/cygwin/version.h: Bump DLL minor number to 2.
Christopher Faylor [Mon, 28 Jul 2003 21:14:25 +0000 (21:14 +0000)]
* include/cygwin/version.h: Bump DLL minor number to 2.

20 years ago* fhandler_base.cc (fhandler_base::readv): Rework to properly return number of
Christopher Faylor [Mon, 28 Jul 2003 21:13:17 +0000 (21:13 +0000)]
* fhandler_base.cc (fhandler_base::readv): Rework to properly return number of
bytes from read.

20 years ago * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
Nathanael Nerode [Mon, 28 Jul 2003 03:27:46 +0000 (03:27 +0000)]
* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
creating target and build subdirs to build all parent dirs as needed.
* Makefile.in: Rebuild.
* configure.in: Don't build dirs explicitly here.
* configure: Rebuild.

21 years ago * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
Danny Smith [Sat, 26 Jul 2003 11:58:24 +0000 (11:58 +0000)]
* include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
_WIN32_WINDOWS, not WINVER.
(AllowSetForegroundWindow,LockSetForegroundWindow,
SetLayeredWindowAttributes): Likewise.
(GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
* lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
Add stubs.

21 years ago* mount.cc (do_mount): Issue warning when using managed mount option on
Christopher Faylor [Sat, 26 Jul 2003 05:38:51 +0000 (05:38 +0000)]
* mount.cc (do_mount): Issue warning when using managed mount option on
non-empty directory.

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