summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34 from Cyan4973/devr124Yann Collet2014-11-0620-1608/+2700
|\
| * Makefile : refactored Travis CI testsYann Collet2014-11-043-46/+24
| * lz4.h : updated library version number to 1.4.0Yann Collet2014-11-041-2/+2
| * Fixed issue 44 : stopped concatenated stream on null size frame (thanks to Br...Yann Collet2014-11-042-16/+21
| * Fixed issue #31 : lz4.c warning under visualYann Collet2014-11-041-1/+1
| * Added : cmake testYann Collet2014-11-043-4/+11
| * Makefile : added -Wcast-align compilation warningYann Collet2014-11-042-2/+2
| * Updated unsynchronized buffers testsYann Collet2014-11-043-9/+54
| * Updated ring buffer examplesYann Collet2014-11-032-17/+30
| * fullbench : display Algorithm NbYann Collet2014-11-031-7/+7
| * Optimized LZ4_saveDictHC()Yann Collet2014-11-025-47/+79
| * Updated xxHash to r38Yann Collet2014-11-011-12/+6
| * Added : valgrind test for fuzzerYann Collet2014-10-292-2/+3
| * minor fuzzer test correctionYann Collet2014-10-291-0/+1
| * Merge pull request #33 from Cyan4973/streamHCYann Collet2014-10-2814-1009/+1887
| |\
| | * Fixed : frametest for Travis CI build matrixYann Collet2014-10-281-4/+4
| | * new Travis CI build matrixYann Collet2014-10-283-22/+65
| | * Added : frametest32Yann Collet2014-10-281-2/+9
| | * LZ4 HC streaming integrated within lz4frameYann Collet2014-10-278-419/+465
| | * HC streaming : support for very long streaming (> 4 GB) scenariosYann Collet2014-10-262-136/+197
| | * HC streaming : support small ringbuffer scenariosYann Collet2014-10-258-263/+435
| | * Added : HC streaming ring buffer exampleYann Collet2014-10-223-23/+263
| | * fixed LZ4F_compressFrameBound (dynamic block resize)Yann Collet2014-10-212-7/+22
| | * LZ4 HC : fixed small dictionary streaming compressionYann Collet2014-10-203-21/+70
| | * LZ4 HC : External Dictionary compression : First implementation Yann Collet2014-10-203-79/+156
| | * minor refactoring of LZ4 HC, to prepare for external dictionariesYann Collet2014-10-192-27/+52
| | * fuzzer : easier random replayYann Collet2014-10-191-17/+17
| | * fuzzer : fixed test 21Yann Collet2014-10-191-4/+2
| | * fuzzer : faster jump to testNbYann Collet2014-10-191-13/+22
| | * fuzzer : fixed minor command lines issuesYann Collet2014-10-181-16/+16
| | * updated LZ4HC APIYann Collet2014-10-185-197/+333
| | * Merge branch 'dev' of https://github.com/Cyan4973/lz4 into devYann Collet2014-10-179-636/+774
| | |\ | |/ / |/| / | |/
| * fuzzer : pause at the end is disabled by defaultYann Collet2014-10-101-334/+358
| * modified : fuzzer automatically selects seedYann Collet2014-10-092-41/+30
| * Updated : xxHash to r37Yann Collet2014-10-064-240/+360
| * update distribution builder "make dist"Yann Collet2014-10-061-5/+10
| * Fixed : LZ4F_compressBound() using null preferencesPtrYann Collet2014-10-052-19/+19
* | Merge pull request #28 from Cyan4973/devr123Yann Collet2014-09-251-1/+1
|\ \ | |/
| * updated comment on compressionLevel fieldYann Collet2014-09-241-1/+1
* | Merge pull request #27 from Cyan4973/devYann Collet2014-09-2318-134/+2394
|\ \ | |/
| * fixed : clang warningsYann Collet2014-09-226-601/+628
| * Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-227-51/+55
| * LZ4F_compressFrame : fix potential crash on selecting custom preferencesYann Collet2014-09-222-1/+9
| * LZ4F_compressFrame() : auto-resize block size when unnecessarily largeYann Collet2014-09-221-3/+20
| * Slightly improved decompression speed (linkedBlockMode, small frames primarily)Yann Collet2014-09-221-1/+2
| * LZ4F_getFrameInfo() No longer requires to continue decoding at address after ...Yann Collet2014-09-221-2/+21
| * lz4frame : support stableDst optionYann Collet2014-09-215-100/+235
| * small improvements to lz4frame compressionYann Collet2014-09-144-88/+90
| * changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested ...Yann Collet2014-09-131-1/+1
| * changed xxhash directoryYann Collet2014-09-134-177/+9
ew Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic/tclConfig.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-29 15:39:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-29 15:39:02 (GMT)
commitf21fa0e01c0fb463b0ec26f3b0cef1218243908a (patch)
tree0fe2010a58b021f880f03fd319b7dce9e764cd63 /generic/tclConfig.c
parent151836cea1737631c005e07ca9a26e7641ff009d (diff)
downloadtcl-f21fa0e01c0fb463b0ec26f3b0cef1218243908a.zip
tcl-f21fa0e01c0fb463b0ec26f3b0cef1218243908a.tar.gz
tcl-f21fa0e01c0fb463b0ec26f3b0cef1218243908a.tar.bz2
Allow ensembles to rewrite their subcommands' error messages to be more
relevant to users. [Patch 1056864] Also patches to core to take advantage of this Also other general cleaning up of Tcl_WrongNumArgs usage