Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-26New entry (Cygwin API Questions): 'Is there a mouse interface?' -- No.David Starks-Browning
2000-07-25Entry 'Can I use my own malloc?': Add warning about _malloc_r from newlib.David Starks-Browning
2000-07-25Entry 'Is it OK to have multiple copies of the DLL?':David Starks-Browning
Emphasise that no, it's not OK.
2000-07-25Changed 'sourceware.cygnus.com' to 'sources.redhat.com' in the FAQ, where ↵David Starks-Browning
appropriate.
2000-07-24 * syscalls.cc (_link): Corrected previous patch.Corinna Vinschen
2000-07-24 * fhandler.h (class fhandler_dev_random): Add members for managingCorinna Vinschen
pseudo randomness. * fhandler_random.cc: Rearrange. Use pseudo random number generator as entropy source if system entropy isn't available and if device is used as /dev/urandom. Allow initializing device by calling write().
2000-07-24* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).Alexandre Oliva
(configure-target-libchill, configure-target-libobjc): Likewise.
2000-07-24* configure.in: Use the same cache file for all target libs.Alexandre Oliva
* config-ml.in: But different cache files per multilib variant.
2000-07-24 * fhandler.h: Add comment.Corinna Vinschen
2000-07-23 * fhandler.h (class fhandler_dev_raw): Add private member `varblkop'Corinna Vinschen
to be set when variable blocksize mode is on. * fhandler_raw.cc: Eliminate `\n' from trace output. (clear): Set `varblkop' to 0. (dup): Copy varblkop as well. (writebuf): Care for variable blocksize. (open): Ditto. (raw_read): Ditto. (raw_write): Ditto. * fhandler_tape.cc (open): Ditto. (ioctl): Ditto. Some cleanups.
2000-07-23 * configure (topsrcdir): Don't use dirname.Jeff Law
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen
* winsup.h: Add new macros sys_wcstombs and sys_mbstowcs. * syscalls.cc (_link): Replace calls to mbstowcs by call to sys_mbstowcs. * uinfo.cc (internal_getlogin): Replace calls to wcstombs and mbstowcs by calls to sys_wcstombs and sys_mbstowcs. Replace usage of constants by meaningful defines. Use result of GetSystemDirectory for HOMEPATH and HOMEDRIVE as a last resort.
2000-07-22merge with gccJason Merrill
2000-07-21 * spawn.cc (span_guts): Retrieve security attributes before settingCorinna Vinschen
psid to NULL.
2000-07-21 * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE andCorinna Vinschen
LPTOKEN_SOURCE.
2000-07-21 * security.cc (acl_worker): Use stat_suffixes in call to path_convCorinna Vinschen
just as in `stat_worker'.
2000-07-21merge with gccJason Merrill
2000-07-212000-07-20 H.J. Lu <hjl@gnu.org>H.J. Lu
* bfdlink.h (bfd_link_info): Add new_dtags.
2000-07-20merge with gccJason Merrill
2000-07-20 * config.sub: Update to subversions version 2000-07-06.Hans-Peter Nilsson
2000-07-20 common.h (EM_CRIS): New machine number.Hans-Peter Nilsson
cris.h: New file.
2000-07-20 cris.h: New file.Hans-Peter Nilsson
2000-07-20 * dis-asm.h (print_insn_cris): Declare.Hans-Peter Nilsson
2000-07-20 * ntsec.sgml: Add description for the new setuid abilityCorinna Vinschen
of Cygwin since release 1.1.3. * overview2.sgml: Add description for new chroot functionality. * calls.texinfo: Add missing calls. Change comments for setuid, setgid, seteuid, setegid, chroot.
2000-07-202000-07-19 H.J. Lu (hjl@gnu.org)H.J. Lu
* bfdlink.h (bfd_link_info): Add flags and flags_1.
2000-07-20 * spawn.cc (spawn_guts): Don't restore impersonation in caseCorinna Vinschen
of _P_OVERLAY. Clean up slightly. Accomodate comments.
2000-07-20 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen
* syscalls.cc (chroot): Set new root for process. * path.cc (getcwd_inner): Add parameter to force use of new root from chroot() call. (ischrootpath): New macro. (normalize_posix_path): Care for changed root dir. (normalize_win32_path): Ditto. (getcwd_inner): Ditto. (chdir): Eliminate trailing path component consisting entirely of dots. * fork.cc (fork): Copy pinfo members regarding chroot(). * spawn.cc (_spawnve): Ditto. * dir.cc (opendir): Don't use computed win32 path if chroot() took place.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu
* common.h (DF_1_NODEFLIB): Renamed from DF_1_NODEPLIB.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu
* common.h (DT_CHECKSUM): Set to 0x6ffffdf8. (DTF_1_CONFEXP): It is 0x00000002 as suspected.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu
* common.h (DT_FEATURE): Renamed from DT_FEATURE_1. (DT_CONFIG): New. From Solaris 8. (DT_DEPAUDIT): Likewise. (DT_AUDIT): Likewise. (DT_PLTPAD): Likewise. (DT_MOVETAB): Likewise. (DF_1_NODEPLIB): Likewise. (DF_1_NODUMP): Likewise. (DF_1_CONLFAT): Likewise. (DT_CHECKSUM): Likewise. FIXME. Check the value on Solaris 8. (DTF_1_CONFEXP): Likewise.
2000-07-19Update copyright info.Christopher Faylor
2000-07-192000-07-18 H.J. Lu <hjl@gnu.org>H.J. Lu
* common.h (DT_FLAGS_1): Renamed from DT_1_FLAGS.
2000-07-18* dll_init.cc (dll_list::alloc): Fix debugging output.Christopher Faylor
2000-07-18Update ChangeLog.Christopher Faylor
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
for second argument. * path.h: Generalize SYMLINK_* constants to PC_*. (path_conv): Create a new method. Fold third argument into second. * dll_init.cc (dll_list::alloc): Try harder to find space to allocate dll struct. (dll_dllcrt0): Don't check sanity if we've already called dll_crt0. * path.cc (path_conv::check): Don't check for a null or empty path unless specifically told with a flag setting. (check_null_empty_path): New function, adapted from macro. * syscalls.cc (_rename): Use already-determined file attributes rather than checking again. * lib/cygwin/cygwin_attach.dll.c (cygwin_attach_dll): Use a static per_process structure since this is apparently supposed to be zeroed. * lib/cygwin_crt0.c (cygwin_crt0): Zero per_process structure sent to older DLLs.
2000-07-17 Patch suggested by Eric Fifer <EFifer@sanwaint.com>Corinna Vinschen
* poll.cc (poll): Fix erroneous negations.
2000-07-17 * environ.cc (setenv): Use __cygwin_environ instead ofCorinna Vinschen
environ after reallocating environment space.
2000-07-17* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.Christopher Faylor
2000-07-17* environ.cc: Use new definition of "environ" throughout.Christopher Faylor
(environ_init): Explicitly initialize __cygwin_environ. (cur_environ): New function. Detects when user has updated their environment. * exec.cc: Use 'environ' define throughout rather than __cygwin_environ. * spawn.cc: Ditto. * winsup.h: Declare cur_environ, main_environ, environ.
2000-07-16* acconfig.h: Add support for NEWVFORK.Christopher Faylor
* config.h.in: Ditto. * configure.in: Add --enable-vfork option. * configure: Regenerate. * dcrt0.cc (quoted): Detect and fix up quoted backslashes. * sigproc.cc (proc_subproc): Correctly name handle of newly added child process to avoid erroneous debugging messages about closing the wrong handle.
2000-07-16* spawn.cc (spawn_guts): Use \ for quoting '"'.Christopher Faylor
* dcrt0.cc (quoted): Understand \ quoting for '"'.
2000-07-16Slightly more efficient version of previous change.Christopher Faylor
2000-07-16* dcrt0.cc (build_argv): Strip quotes from argv[0] since it should never beChristopher Faylor
globified.
2000-07-16Update comments.Christopher Faylor
2000-07-15* dll_init.cc (dll_list::alloc): Round correctly. Use VirtualAlloc sinceChristopher Faylor
shared file mapping is unnecessary. (dll_list::detach): Release memory via VirtualFree since there we no longer use shared file mapping.
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor
detect when there are no fds to pass. * dcrt0.cc (host_dependent_constants::init): Revert Sat Mar 18 01:32:04 2000 change. (dll_crt0_1): Set "cygwin_finished_initializing" flag. (dll_crt0): Don't perform memcpy if uptr is already set to internal structure. (_dll_crt0): Remember location of programs envptr. * dll_init.h (per_module, dll, dll_list): Revamp. * dll_init.cc: Revamp. Use new classes. * fork.cc (fork): Use new revamped dll, dll_list, and per_module stuff. * environ.cc: Use __cygwin_environ throughout rather than the user_data->envptr. * exec.cc: Ditto. * spawn.cc: Ditto. * winsup.h: Declare update_envptrs, cygwin_finished_initializing. * lib/_cygwin_crt0_common.cc (_cygwin_crt0_common): Revert previous change. * lib/cygwin_attach_dll.cc (cygwin_attach_dll): Always pass in own per_process structure or we end up overwriting information from the main program.
2000-07-14 * mount.cc (mount_already_exists): Slightly rearrange.Corinna Vinschen
Change message texts.
2000-07-13* libc/stdio/vfprintf.c: pad 0.0 correctly with %eDJ Delorie
2000-07-13 * mount.cc (mount_already_exists): Additional warning messageCorinna Vinschen
if mount point exists with another mount type.
2000-07-12Update comment.Alan Modra