summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* regendkf2008-12-181-6305/+6276
|
* Autoconf wizardry!dkf2008-12-182-15/+29
|
* Remove obsolete PipeCloseProcferrieux2008-12-181-83/+1
|
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-182-8/+154
|
* * unix/Makefile.in: Modify the distclean-packages target sodgp2008-12-171-2/+4
| | | | that empty build directories are deleted.
* * unix/Makefile.in: Add build support for collections of TEAdgp2008-12-173-6282/+6392
| | | | | | | * unix/configure.in: packages found under the pkgs directory. [Patch 1163406]. Still needs porting to Windows. * unix/configure: autoconf-2.59
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-161-3/+4
| | | | use TclNewLiteralStringObj()
* autoheader-2.59das2008-12-141-0/+3
|
* regendkf2008-12-141-6/+12
|
* Improve build rules on Win w.r.t. zlibdkf2008-12-141-10/+10
| | | | Improve autoconf magic on Unix and Win
* regen/fix blundersdkf2008-12-122-17/+84
|
* Make a bad zlib install less fatal to rest of Tcl for now.dkf2008-12-121-5/+10
|
* Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds.ferrieux2008-12-122-2/+11
|
* regendkf2008-12-111-6124/+6376
|
* Slightly less lame configure detection for zlib; still not really rightdkf2008-12-111-2/+12
|
* First hack at TIP#234dkf2008-12-112-5/+16
|
* autoconf-2.59das2008-12-011-6141/+6124
|
* autoheader-2.59das2008-12-011-0/+3
|
* regendkf2008-11-291-6141/+6157
|
* Implementation of TIP #210.dkf2008-11-292-18/+138
|
* Use -O2 as gcc optimization compiler flag, and getnijtmans2008-11-122-6/+13
| | | | rid of -Wno-implicit-int for UNIX
* * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrichandreas_kupries2008-11-101-3/+3
| | | | | | | | | * library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization.
* Style improvements - invoking callbacks without visual junk.dkf2008-10-267-24/+24
|
* Fixed a failure to read SHOUTcast streams with the new 2.7patthoyts2008-10-231-3/+3
| | | | | package. Introduced a new intial state as the first response may not be HTTP*.
* fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-172-2/+2
|
* fix missing "-Wl," prefix in HP-UX buildnijtmans2008-10-172-2/+2
|
* * README: Bump version number to 8.6a4dgp2008-10-143-5/+5
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * unix/tclUnixChan.c: fix minor compiler warningnijtmans2008-10-083-18/+18
| | | | | * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-4/+4
| | | | | | | | | | | | | | | * generic/tclFCmd.c: and tclpFileAttrStrings. This allows * generic/tclIOUtil.c: FileSystems to report their attributes * generic/tclTest.c: as const strings, without worrying that * unix/tclUnixFCmd.c: Tcl modifies them (which Tcl should not * win/tclWinFCmd.c: do anyway, but the API didn't indicate that) * generic/tcl.decls * generic/tclDecls.h: regenerated * generic/tcl.h: make sure that if CONST84 is defined as empty, CONST86 should be defined as empty as well (unless overridden). This change complies with TIP #27 *** POTENTIAL INCOMPATIBILITY ***
* * tests/stack.test:Miguel Sofer2008-10-031-65/+1
| | | | | * unix/tclUnixTest.c: removed test command teststacklimit and the corresponding constraint: it is not needed with NRE
* Reduce the magic number countdkf2008-09-271-4/+6
|
* Implement TIP #315.dkf2008-09-251-1/+7
|
* * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macrodgp2008-09-031-3/+2
| | | | | | * compat/dirent2.h: to support a TCL_NO_DEPRECATED build. * compat/dlfcn.h: * unix/tclUnixPort.h:
* Ensure that all TclOO headers get installed. [Bug 2082299]dkf2008-08-291-1/+3
|
* * README: Bump version number to 8.6a3dgp2008-08-283-5/+5
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* autoheader-2.59das2008-08-131-15/+0
|
* autoconf-2.59das2008-08-131-383/+5
|
* * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()das2008-08-133-150/+2
| | | | | | * generic/tclInt.h: and related ifdefs and autoconf tests. * unix/tclUnixPort.h: [Bug 2017264] (jenglish) * unix/tcl.m4:
* * unix/Makefile.in: ensure Makefile shell is /bin/bash fordas2008-08-132-3/+6
| | | | | * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584]
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | | | libX11.so et al.
* * README: Bump version number to 8.6a2dgp2008-08-123-6226/+6236
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * library/http/http.tcl: Remove 8.5 requirement.dgp2008-08-111-2/+2
| | | | | | | * library/http/pkgIndex.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc:
* * library/http/http.tcl: Bump http version to 2.7.1 to accountdgp2008-08-111-3/+3
| | | | | | | | * library/http/pkgIndex.tcl: for [Bug 2046486] bug fix. This * unix/Makefile.in: release of http now requires a * win/Makefile.in: dependency on Tcl 8.5 to be able to * win/makefile.bc: use the unsigned formats in the * win/makefile.vc: [binary scan] command.
* Streamline async connect logic [Patch 1994512].jenglish2008-08-051-68/+40
| | | | | | | Consolidate error reporting paths in CreateSocket(); Restore blocking mode immediately after connect() FD blocking mode is now consistent with [fconfigure ... -blocking] setting while async connect is in progress.
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+2
| | | | | | unrefernced everywhere but in macosx/Tcl.xcodeproj/project.pbxproj: some knowledgeable maintainer please remove tclNRE.h after making sure it doesn't break the build on macosx
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-242-10/+10
| | | | | | | | | | | supposed to be a constant, but this was not reflected in the API: Tcl_SetTimer Tcl_WaitForEvent Tcl_ConditionWait Tcl_SetMaxBlockTime Introduced a CONST86, so extensions which have their own Notifier (are there any?) can be modified to compile against both Tcl 8.5 and Tcl 8.6. This change complies with TIP #24
* 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
|