summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* "make doc" now copies the Tcl file "man.macros" locally. This should allowwart1999-08-211-2/+6
| | | | | | | | users to use the man pages from inside the Tk source tree (without having to install). It also fixes some problems that TclX was having when building its help pages. FossilOrigin-Name: 622cf0722e34e38be6a0087e4705cece608a8a39
* Change version numbers to 8.2.0redman1999-08-101-2/+2
| | | FossilOrigin-Name: 732af4c744482f60d74133cc0710e842be88bf0c
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-101-1/+34
| | | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring. FossilOrigin-Name: 9bb078186f93162afcdcd453066e44b705aa8186
* Added line to make mkLinks executable before it's used.wart1999-08-041-1/+2
| | | FossilOrigin-Name: 9685881c6c118cc9ca8c1ab2043d49cacb31bab3
* Fix configure scripts for beta version number (b2 instead of b1).redman1999-08-041-2/+2
| | | FossilOrigin-Name: 9e75ad9273063eb2777525e65489150b6e57ec29
* Fix one more install-sh bugredman1999-07-271-2/+2
| | | FossilOrigin-Name: 3dda4c425bf77e9cb1c2efc940d6f57ac8a33649
* Fix install-sh problem, wrong directory.redman1999-07-231-2/+2
| | | FossilOrigin-Name: d60700d6fbfaec5fc3dbfa19e91d020c2dec63d9
* * Changed version to 8.2b2redman1999-07-221-2/+4
| | | | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425] FossilOrigin-Name: 8d1544514d4de7b610d7ad3f699f05aba70712c7
* * unix/Makefile.in: Add Windows configure script to distribution.redman1999-07-221-1/+2
| | | FossilOrigin-Name: 42241791755780e84d4edbf9c67d3087bf41d3ff
* * unix/Makefile.in:redman1999-07-162-15/+5
| | | | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter. FossilOrigin-Name: 61995a50492a62eda2701ad222f123bd835607ed
* Add .m4 files and Windows configure.in and Makefile.inscriptics-tclpro-1-3-b3core-8-2-b1redman1999-07-131-1/+6
| | | FossilOrigin-Name: b1be87a4544a294f2759c76f156f8923036f17ec
* configure now adds the "g" suffix to the stub library if buildwart1999-07-081-16/+7
| | | | | | with --enable-symbols FossilOrigin-Name: 4fe3f5768ae56cdc81bd79d13634ab4a8fc6e32e
* Fix Tk stub file names and flagsredman1999-07-081-2/+4
| | | FossilOrigin-Name: 4fdb6175a401e31bd9cb6c54d4bd6863a0c42cb7
* Add prolog.psredman1999-06-301-2/+3
| | | FossilOrigin-Name: 44ac0637cd936d82323d619385652ff9c5eb387a
* Changed to Tk 8.2b1welch1999-06-252-11/+10
| | | FossilOrigin-Name: 308db5557afbc64d546838a86d6d0a598b03675b
* Updated comments in Makefile.inwart1999-06-221-2/+2
| | | FossilOrigin-Name: 7db43f9bf3503bb1e0164259762e2067f4b72bfa
* Changed references to LD_FLAGS to LDFLAGS to be consistent with Tcl.wart1999-06-181-4/+4
| | | FossilOrigin-Name: ef51171aac9228b038c942c42c8b8bc7a5c968d7
* Updated aclocal.m4 to reflect recent changes in tcl.m4wart1999-06-171-800/+809
| | | | | | | Changed type of strncmp() parameter from int to size_t in tkConsole.c to remove compiler warnings about bad types. FossilOrigin-Name: a86d99d2b14c07cfa374c802adde0670cd138627
* modified files to work with new windows Makefilessurles1999-06-161-2/+1
| | | FossilOrigin-Name: 8a68de4fa4b67394ae69a65ee86ee1abad5a4737
* Updated to reflect recent changes in tcl.m4wart1999-06-162-14/+24
| | | FossilOrigin-Name: d5b0a1e8f2832bda53e2a25d25e26a6f9eb6e778
* Changes to make the Tk configure and Makefile.in files TEA compliant.wart1999-06-153-362/+838
| | | FossilOrigin-Name: 04e21147d0877dfb8bce783a176a646b33babb06
* macros that autoconf will be looking for (tcl.m4)wart1999-06-101-0/+1127
| | | FossilOrigin-Name: 0f89dba73752cee98fa871ec1af2bb0e80e4025d
* * unix/tkUnixSelect.c:stanton1999-06-031-3/+13
| | | | | | | | * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] FossilOrigin-Name: 0b25ecf24d82bddbf8ea891086f2b369146793db
* * unix/tkUnixSelect.c: Improved I18N selection support.stanton1999-06-011-94/+271
| | | | | | | | COMPOUND_TEXT is converted to/from iso2022, and STRING is converted to/from iso8859-1. There are still a few loose ends to tie up before this is completely done. FossilOrigin-Name: 78db3a09ea108dfcde31ab996191b720cfb9b4c8
* * unix/tkUnixFont.c: Eliminated redundant case folding code.stanton1999-06-011-7/+2
| | | FossilOrigin-Name: 000bbe880dcf58209d3d9b86fbf33c3ab2b44672
* Merged changes from 1-3-b2 branch into mainline.stanton1999-05-261-2/+3
| | | FossilOrigin-Name: 6f88cf9254f2f2932ae9a06666bec3911f9cbce6
* First pass at Unicode support in X selection code.stanton1999-05-251-9/+122
| | | FossilOrigin-Name: 0d8bca258bc35b49708fa4707afb57a832df91b6
* * Changed version number to 8.1.1.stanton1999-04-301-2/+2
| | | FossilOrigin-Name: 60a04b9abd7070d1ad0792f8af5000c8929aa85c
* * Merged changes from 8.1.0 branchstanton1999-04-301-2/+2
| | | FossilOrigin-Name: 2cf82e5a3459c5251d72a610f1b6dae72c7dbc88
* removed extra instance of tkConsole.oredman1999-04-301-2/+2
| | | FossilOrigin-Name: 6982f8e73cd188c3afc7bdaa859d5ac751ab8b72
* Add tkConsole.oredman1999-04-281-4/+7
| | | FossilOrigin-Name: 9a5ca9805d4d4db02576f65c0c8dcb22db82859c
* merged 8.1.0 changes into mainlinestanton1999-04-241-2/+8
| | | FossilOrigin-Name: 14df4a4ce7dcced8c16e47590d9569f9a94a0e38
* Merged 8-1-0 into mainline.rjohnson1999-04-212-3/+3
| | | FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
* modified the Tk makefiel to copy *.decls for a source releasesurles1999-04-201-1/+2
| | | FossilOrigin-Name: 899f30c568d2f5034154bf481693c805281ab5a4
* fixed Tk comment errorssurles1999-04-161-2/+2
| | | FossilOrigin-Name: 1eb99ab13b42e37ca5c220def4ad02e7f05e5718
* * Merged 8.1 branch into the main trunkstanton1999-04-1625-1282/+3420
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* remove --enable-tcl-stub from configure scripts due to linking problems.redman1999-03-221-25/+6
| | | FossilOrigin-Name: 94a8cd900fac7ade274334772e470f0fd4f809d2
* integrated stubs into 8.0 main branchstanton1999-03-109-41/+250
| | | FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
* applied Paul Duffin's AIX patchstanton1999-03-062-10/+25
| | | FossilOrigin-Name: 528a42c55a017291cf7a87e653e1772eaf280fca
* updated readmes for 8.0.5 releasecore-8-1-merge-2/10/99core-8-0-5-basestanton1999-02-091-14/+6
| | | FossilOrigin-Name: 20c7255e5078e9dc602f944efa2a71ba8ed9636c
* * unix/tkUnixSend.c (Tk_SetAppName): Fixed uninitialized memorystanton1999-02-041-4/+7
| | | | | | access bug. [Bug: 919] FossilOrigin-Name: b02b94812b2c09baad3616cc0dd5fc259ac061f6
* * unix/configure.in: TK_LD_SEARCH_FLAGS was set incorrectly ifstanton1999-02-041-2/+13
| | | | | | | | SHLIB_LD_LIBS='${LIBS}', and shared linking is performed through the C compiler. Systems affected are Linux, MP-RAS and NEXTSTEP, but also with gcc on many more systems. [Bug: 908] FossilOrigin-Name: 07b33ec61caac44cf0234121529468ce8c65e19e
* * mac/tkMacAppInit.c:stanton1999-02-041-2/+2
| | | | | | | | | | | * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. FossilOrigin-Name: 3afc334c67e9e295066148c5eeca74ab9bca9c3b
* Added -pipe option if gcc is being used.rjohnson1999-01-291-1/+18
| | | FossilOrigin-Name: cc765dd9f3ee05d1108c8929093ee0824c752ee0
* Updated the version to 8.0.5.rjohnson1999-01-041-2/+2
| | | FossilOrigin-Name: df068ffcac953ae67f9a3fddbed1b166eb669c93
* Fixed a typorjohnson1998-12-071-3/+3
| | | FossilOrigin-Name: 8d847feb5c0be8ad455463ce595d873f1a4136d4
* Fixed font display bug (#846)stanton1998-11-251-1/+30
| | | FossilOrigin-Name: 4a3d2bfb4b7920c49684abe480baec2443ab4a62
* Changed config & Makefile to support n32 format on IRIX.rjohnson1998-10-202-3/+5
| | | FossilOrigin-Name: 44b647176f521efc005dbaf408022f82bf4c4973
* Updated patchlevel to 8.0.4 (to match Tcl update)rjohnson1998-10-141-2/+2
| | | FossilOrigin-Name: 84fa0ca41448bcfc2e08bd3641b41138b47e6e97
* Fixed memory leak in unix wm commandrjohnson1998-09-301-1/+8
| | | FossilOrigin-Name: 4ba720fca0f4ca695f6898a8a90edc74b6f3dbd0