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
2002-05-28Merging MinGW changesEarnie Boyd
2002-05-02 * include/winnt.h (EVENT_*, SEMAPHORE_*, MUTEX_*): RemoveDanny Smith
more defines added in earlier 2002-05-02 change. * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
2001-12-21* lib/Makefile.in: Revert inst_installdir definitions to working versions.Christopher Faylor
2001-11-04* lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallelChristopher Faylor
invocations. * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
2001-09-202001-09-18 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd
* include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure field as _ANONYMOUS_STRUCT. * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef for UNICODE. * include/ipexport.h (icmp_echo_reply): Remove extra ';'. * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header test. 2001-09-17 Mattia Barbon <mbarbon@dsi.unive.it> * include/commctrl.h: Add some ListView constants. 2001-09-17 Earnie Boyd <earnie@sf.net> * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/ portion of the directory from the install. (inst_libdir): Ditto. * Makefile.in (VERSION): Increment. * include/w32api.h: Increment version.
2001-09-172001-09-17 Earnie Boyd <earnie@sf.net>Earnie Boyd
* lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/ portion of the directory from the install. (inst_libdir): Ditto. * Makefile.in (VERSION): Increment. * include/w32api.h: Increment version.
2001-09-132001-09-13 Earnie Boyd <earnie@SF.net>Earnie Boyd
* lib/Makefile.in (inst_includedir): Change to always use w32api subdirectory for target == cygwin. (inst_libdir): Ditto.
2001-09-132001-09-13 Earnie Boyd <earnie@SF.net>Earnie Boyd
* lib/Makefile.in (config_prefix): New variable. (inst_includedir): Manipulate special value only if target == cygwin and build == target and prefix != config_prefix. (inst_libdir): Ditto.
2001-09-122001-09-12 Earnie Boyd <earnie@SF.net>Earnie Boyd
* Makefile.in: Increment version. * include/w32api.h: Ditto. * lib/Makefile.in: Add usr/ to install directory special for cygwin.
2001-09-052001-09-04 Earnie Boyd <earnie@SF.Net>Earnie Boyd
* lib/Makefile.in: Move the setting of variable libdir to after the setting of exec_prefix since the value of libdir is dependant on it.
2001-08-10 * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.Earnie Boyd
Add more includes of w32api headers. * include/winnt.h (GetCurrentFiber): Change __inline to __inline__. Swap asm code with that of GetFiberData. (GetFiberData): Ditto. * lib/kernels.c: New file, containing library versions of GetCurrentFiber and GetFiberData. * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
2001-04-25* lib/Makefile.in: Install libraries in /usr/lib/w32api when building forChristopher Faylor
cygwin.
2001-03-012001-03-01 Earnie Boyd <earnie@users.sourceforge.netEarnie Boyd
* Makefile.in: (snapshot): Add target. * lib/Makefile.in: (install-headers): Use installdir variable. (installdir): Set value based on target-alias.
2001-02-12 * lib/Makefile.in: (host_alias): Add variable.Earnie Boyd
(host_build): Ditto: (xinstall): Removed (xinstall-libraries): Ditto. (xinstall-headers): Ditto. (xuninstall): Ditto. (xuninstall-libraries): Ditto. (xuninstall-headers): Ditto. * Makefile.in: (host_alias): Add variable. (build_alias): Ditto.
2000-12-25missed a spot.Christopher Faylor
2000-12-25* lib/Makefile.in: Don't make "links" to include/w32api directory.Christopher Faylor
2000-12-11* lib/Makefile.in: Install headers and libraries in tooldir.Christopher Faylor
2000-11-06 * Makefile.in: increment VERSION.Earnie Boyd
(dist:) Rename to srcdist. Create new dist target to call srcdist and bindist targets. (srcdist:) New target. (clean-top:) add call to mostlyclean-top and add rm of distribution tarballs. * lib/Makefile.in: (uninstall:) modify to remove files from the new w32api subdirectory and to remove w32api subdirectory. (xuninstall:) Ditto. TODO: Add a task to redo the clean targets of Makefile.in
2000-11-04* lib/Makefile.in: Install header files in w32api subdirectory.Christopher Faylor
2000-10-20Makefile.in shuffle.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor