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
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2011-02-11* mkstatic: Make sure that we are not cd'ed to temporary directory on exit toChristopher Faylor
avoid bogus warnings on directory cleanup. * speclib: Ditto. * mkimport: Ditto.
2009-11-30* speclib: Use last dll found since that's the real name of the cygwin DLL.Christopher Faylor
2009-04-18* mkimport: Specify .text for stub explicitly.Christopher Faylor
* speclib: Add a dummy '.idata$7' section referring to the dll associated with the real import library.
2009-04-14* speclib: Really revert to using tempdir.Christopher Faylor
2009-04-14* speclib: Revert to using tempdir.Christopher Faylor
2009-04-12* speclib: Initial stab at cleaning up temp files. More work needed.Christopher Faylor
* mkimport: Ditto.
2009-04-12* mkimport: New script to perform all operations necessary to createChristopher Faylor
libcygwin.a. * rmsym: Delete. * newsym: Delete. * Makefile.in (toolopts): New variable which holds options relating to binutils/gcc tools. (speclib): Use toolopts. Add symbols to avoid copying to special libraries. (OBSOLETE_FUNCTIONS): Delete. (NEW_FUNCTIONS): Change to represent an argument to new mkimport script. (libcygwin.a): Use only new mkimport script to create libcygwin.a. Only rely on ${LIBCOS}. (*/lib*.a): Simplify speclib dependencies. (speclib): Accept toolchain options. Convert every argument to absolute path. Simplify parsing of nm output. Accommodate new exclude option.
2009-04-10* speclib: Use a more robust method to derive full file path.Christopher Faylor
2009-04-10* speclib: Semi-revert to previous version but don't try to generateChristopher Faylor
well-formed import library. Instead, just extract appropriate symbols and let later libcygwin.a on link line fill in the rest of the import stuff. * gendef: Hopefully no-op modification to allow easier post-processing on symbol values.
2009-03-28* Makefile.in: Perform some minor cleanup. Revamp speclib handling.Christopher Faylor
* speclib: Rewrite to create libraries with dlltool rather than attempting surgery on libcygwin.a.
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
where appropriate. * globals.cc: New file for generic global variables. * mkglobals_h: New file to generate globals.h. * mkstatic: New Script used to build a (currently non-working) static libcygwin_s.a. * Makefile.in: Add unused rule to build a non-working libcygwin_s.a. (DLL_OFILES): Add globals.o. Make all objects rely on globals.h. (globals.h): New target. Generate globals.h. * cygtls.h: Honor new CYGTLS_HANDLE define to control when the HANDLE operator is allowed in _cygtls. * dcrt0.cc: Move most globals to globals.cc. * init.cc: Ditto. * environ.cc (strip_title_path): Remove now-unneeded extern. * fhandler_serial.cc (fhandler_serial::open): Ditto. * pinfo.cc: Ditto. (commune_process): Ditto. * shared.cc: Ditto. * glob.cc: Ditto. * strace.cc: Ditto. * exceptions.cc: Define CYGTLS_HANDLE before including winsup.h. * path.cc (stat_suffixes): Move here. * security.h: Add forward class path_conv declaration. * smallprint.cc (__small_vsprintf): Make a true c++ function. (__small_sprintf): Ditto. (small_printf): Ditto. (console_printf): Ditto. (__small_vswprintf): Ditto. (__small_swprintf): Ditto. * spawn.cc (spawn_guts): Remove _stdcall decoration in favor of regparm. (hExeced): Move to globals.cc * strfuncs.cc (current_codepage): Ditto. (active_codepage): Ditto. * sync.cc (lock_process::locker): Move here from dcrt0.cc. * syscalls.cc (stat_suffixes): Move to path.cc. * tty.cc (tty::create_master): Uncapitalize fatal warning for consistency. * winsup.h: Include globals.h to declare most of the grab bag list of globals which were previously defined here. * mount.h: Move USER_* defines back to shared_info.h. * speclib: Force temporary directory cleanup.
2009-01-02* speclib: Rewrite completely in perl. Avoid multiple nm calls.Christopher Faylor
2003-11-28* speclib: Use correct EOF marker. Ensure that directory is actually deletedChristopher Faylor
when running under Windows.
2003-08-28* specdir: Correctly remove temporary directory prior to use.Christopher Faylor
2003-08-21* speclib: Reenable removal of temp files.Christopher Faylor
2003-08-21* speclib: Fix created lib to avoid "File truncated" problems.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
* 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.
2003-08-06* Makefile.in: Rework to accommodate new speclib arguments.Christopher Faylor
* speclib: Rework to extract everything from libcygwin.a rather than building things from existing object files.
2002-01-25* speclib: Ensure that temporary def file is removed.Christopher Faylor
2002-01-23* speclib: Use rm -f to remove temp file just to quiet any potential warnings.Christopher Faylor
2002-01-22* Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor
(libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool.
2002-01-21* speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor
.def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored.
2002-01-13Add copyright stuffChristopher Faylor
2002-01-02* speclib: Remove temp files automatically.Christopher Faylor
2001-12-31* speclib: New file.Christopher Faylor
* Makefile.in: Create library versions of automode.o, textmode.o, and binmode.o for easier use on command line. Create libpthread.a, libm.a, and libc.a with subsets of exports found in libcygwin.a.