summaryrefslogtreecommitdiffstats
path: root/testpar
ModeNameSize
-rw-r--r--CMakeLists.txt2758logstatsplain
-rw-r--r--CMakeTests.cmake5064logstatsplain
-rw-r--r--CMakeVFDTests.cmake2846logstatsplain
-rw-r--r--COPYING558logstatsplain
-rw-r--r--Makefile.am1898logstatsplain
-rw-r--r--t_bigio.c64153logstatsplain
-rw-r--r--t_cache.c223025logstatsplain
-rw-r--r--t_cache_image.c125092logstatsplain
-rw-r--r--t_chunk_alloc.c16481logstatsplain
-rw-r--r--t_coll_chunk.c43890logstatsplain
-rw-r--r--t_coll_md_read.c21523logstatsplain
-rw-r--r--t_dset.c163314logstatsplain
-rw-r--r--t_file.c32380logstatsplain
-rw-r--r--t_file_image.c13462logstatsplain
-rw-r--r--t_filter_read.c15863logstatsplain
-rw-r--r--t_filters_parallel.c266062logstatsplain
-rw-r--r--t_filters_parallel.h24281logstatsplain
-rw-r--r--t_init_term.c2276logstatsplain
-rw-r--r--t_mdset.c93603logstatsplain
-rw-r--r--t_mpi.c43451logstatsplain
-rw-r--r--t_pflush1.c7219logstatsplain
-rw-r--r--t_pflush2.c6677logstatsplain
-rw-r--r--t_ph5basic.c7217logstatsplain
-rw-r--r--t_pread.c38731logstatsplain
-rw-r--r--t_prestart.c4549logstatsplain
-rw-r--r--t_prop.c15270logstatsplain
-rw-r--r--t_pshutdown.c4316logstatsplain
-rw-r--r--t_shapesame.c193438logstatsplain
-rw-r--r--t_span_tree.c93953logstatsplain
-rw-r--r--testpar.h5158logstatsplain
-rw-r--r--testpflush.sh.in2633logstatsplain
-rw-r--r--testphdf5.c21705logstatsplain
-rw-r--r--testphdf5.h15434logstatsplain
rs_eias Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput,andreas_kupries2010-03-302-47/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ReflectSeekWide, ReflectWatch, ReflectBlock, ReflectSetOption, ReflectGetOption, ForwardProc): [Bug 2978773]: Preserve ReflectedChannel* structures across handler invokations, to avoid crashes when the handler implementation induces nested callbacks and destruction of the channel deep inside such a nesting.
| * | | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorderdgp2010-03-302-2/+8
| | | | | | | | | | | | | | | | | | | | the validity tests on internal rep of a "cmdName" value to avoid invalid reads reported by valgrind.
| * | | * generic/tclStringObj.c: Fix array overrun in test format-1.12dgp2010-03-292-2/+7
| | | | | | | | | | | | | | | | caught by valgrind testing.
| * | | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Correcteddkf2010-03-252-3/+8
| | | | | | | | | | | | | | | | number of arguments to fstatfs() call.
| * | | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] sodgp2010-03-243-3/+30
| | | | | | | | | | | | | | | | * tests/result.test: that it rejects illegal non-list values.
| * | | * generic/tclIO.c (CopyData): Allow the total number of bytes copieddkf2010-03-203-13/+19
| | | | | | | | | | | | | | | | by [fcopy] to exceed 2GB. Can happen when no -size parameter given.
| * | | constification backport to silence warningdgp2010-03-191-3/+3
| | | |
| * | | *** empty log message ***dgp2010-03-181-1/+1
| | | |
| * | | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-184-4/+138
| | | | | | | | | | | | | | | | | | | | * generic/tclTestObj.c: operations. Thanks to kbk for fix and test. * tests/listObj.test: [Bug 2971669].
| * | | Fix [Bug 2967340]: Static build failurenijtmans2010-03-123-13/+13
| | | |
| * | | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieuxandreas_kupries2010-03-094-10/+148
| | | | | | | | | | | | | | | | | | | | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06.
| * | | * library/tzdata/America/Matamoros: New localedgp2010-03-0911-360/+1286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tzdata/America/Ojinaga: New locale * library/tzdata/America/Santa_Isabel: New locale * library/tzdata/America/Asuncion: * library/tzdata/America/Tijuana: * library/tzdata/Antarctica/Casey: * library/tzdata/Antarctica/Davis: * library/tzdata/Antarctica/Mawson: * library/tzdata/Asia/Dhaka: * library/tzdata/Pacific/Fiji: Olson tzdata2010c.
| * | | Prettify and fix filename in ChangeLog.ferrieux2010-03-012-7/+12
| | | |
| * | | [Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux2010-03-012-4/+16
| | | | | | | | | | | | | | | | | | | | calling [fconfigure -sockname] on an universally-bound (default) server socket.
| * | | Only look for the needle when it fits in the haystack. [Bug 2960021]dkf2010-02-272-5/+21
| | | |
| * | | Added missing quotingdkf2010-02-221-1/+1
| | | |
| * | | Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-213-20/+65
| | | | | | | | | | | | | | | | and added test cases for it.
| * | | Correct compiler/linker flags for threaded builds on OpenBSD.stwo2010-02-193-3/+22
| | | |
| * | | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouringdkf2010-02-192-27/+82
| | | | | | | | | | | | | | | | | | | | to check that assumptions about the initial state are actually valid (e.g., look for existing input file).
| * | | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode.dkf2010-02-113-3/+11
| | | |
| * | | Backport various formatting (spacing)nijtmans2010-02-0711-2751/+2441
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changes from HEAD, so diffing between 8.5.x and 8.6 shows the real structural differences again. (any signature change not backported!)
| * | | More corrections to the [array unset] command.dkf2010-02-032-7/+11
| | | |
| * | | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem withandreas_kupries2010-02-025-4/+149
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tclCompile.h: 'info frame' affects not only 8.6 but 8.5 as * generic/tclExecute.h: well. Backported the fix done in 8.6, without * tests/info.test: changes. New testcase info-39.1.
| * | | Ensure that decrements never assume that they can't do (actual) deletion.dkf2010-02-021-3/+7
| | | |
| * | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset]dkf2010-02-023-25/+95
| | | | | | | | | | | | | | | | hits the next element to be deleted.
| * | | [Bug 2942697]: Rework the RE engine so that certain pathological patterns aredkf2010-02-012-132/+128
| | | | | | | | | | | | | | | | | | | | matched much more rapidly. Many thanks to Tom Lane for dianosing this issue and providing an initial patch.
| * | | better panic messagenijtmans2010-02-011-9/+9
| | | |
| * | | Various CYGWIN-related fixesnijtmans2010-01-31