summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+2
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-242-10/+10
* fix warnings, formattingdas2008-07-211-18/+17
* TIP #304 implementationferrieux2008-07-211-1/+45
* autoheader-2.59das2008-07-131-3/+0
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-136-6590/+6294
* * unix/Makefile.in: Followup to my change of 2008-06-25, make codeandreas_kupries2008-06-261-2/+2
* * README: Bump version number to 8.6a1dgp2008-06-193-5/+5
* * unix/Makefile.in: add complete deps on tclDTrace.h.das2008-06-121-2/+2
* * unix/configure: autoconf-2.59das2008-06-121-18/+52
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-22/+39
* * unix/configure.in: fix static DTrace-enabled build on Solaris.das2008-06-121-1/+10
* * unix/Makefile.in: clean generated tclDTrace.h file.das2008-06-121-2/+2
* TIP #230 IMPLEMENTATIONandreas_kupries2008-06-061-2/+6
* Fix generation of stubs for the OO API.dkf2008-06-011-3/+3
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-3/+5
* * unix/tclConfig.h.in: autoheader-2.59das2008-05-311-5/+1
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-312-4/+54
* Oops. Undo commit of the local tweaks.andreas_kupries2008-05-231-4/+4
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-4/+4
* * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-091-1/+44
* More elimination of pre-C89-isms.dkf2008-05-021-3/+3
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-275-27/+27
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-2713-273/+285
* * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-333/+346
* * unix/Makefile.in: adjust tclDTrace.h dependencies for removaldas2008-04-151-2/+2
* * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use ofKevin B Kenny2008-04-141-3/+2
* autoheader-2.59das2008-04-011-3/+0
* autoconf-2.59das2008-04-011-9/+1
* (SunOS-5.1x): quote CC var to allow make-time overridedas2008-04-011-5/+1
* Regen'dandreas_kupries2008-04-011-2/+177
* * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-011-2/+21
* * README: Bump version number to 8.6a0dgp2008-04-014-23/+22
* autoheader-2.59das2008-03-301-0/+3
* autoconf-2.59das2008-03-301-6192/+6179
* * generic/tclInt.h (TclIsNaN):Kevin B Kenny2008-03-302-6158/+6252
* * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2dgp2008-03-283-5/+5
* * unix/configure: autoconf-2.59das2008-03-271-1/+1
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-1/+1
* * generic/tclTest.c: Ignore the return value of write() whenrmax2008-03-141-3/+3
* * unix/configure.in: use backspace-quoting instead of double-quotingdas2008-03-133-29/+29
* * unix/Makefile.in (install-libraries): Bump http to 2.7hobbs2008-03-121-3/+3
* * unix/configure: autoconf-2.59das2008-03-111-19/+19
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-114-141/+141
* * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 anddas2008-03-111-5/+11
* * unix/tclUnixNotfy.c: fix warningdas2008-03-111-2/+2
* * generic/tclResult.c (ReleaseKeys): Workaround for [Bugandreas_kupries2008-03-071-2/+2
* * unix/tclUnixChan.c: Fix mark and space parity on Linux, whichrmax2008-03-031-1/+4
* Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes.jenglish2008-02-283-43/+14
* Consolidate all code conditionalized on -DUSE_FIONBIO into one place.jenglish2008-02-285-133/+52