| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
| |
string, by allowing uppercase %X, %E and %G.
|
| |
|
| |
|
|
|
|
| |
when a deleteProc is specified.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
|/ |
|
|
|
|
| |
the traced command, as documented. Deletion of the traced command was
supressing that.
|
| |
|
|
|
|
| |
in future Unicode this character (NARROW_NO_BREAK_SPACE) will cease to be a space. See: [http://www.unicode.org/review/pri249/]
|
|
|
| |
Thanks to Tom Lane for passing on the discovery in Postgres.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
keep it forever.
Fix some comments.
|
| | |
|
|/ |
|
| |
|
|
|
| |
The envPtr already has the right value stored in it.
|
| |
|
|
|
| |
Make sure that "string is space \u180e" continues to return 1 for whatever unicode version.
|
|
|
|
| |
\u001f
|
| |
|
|
|
|
| |
- Move <time.h> before other includes on Windows, so we are sure the time_t definition being checked doesn't come from <sys/types.h>.
- Padding at the end of Tcl_StatBuf doesn't influcence binary compatibility, so relax panic check accordingly.
|
|
|
|
| |
(https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ)
|
| |
|
| |
|
| |
|
|
|
|
| |
after NUL-byte, this should not happen.
|
| |
|
|\
| |
| |
| | |
possibly conflicting LOCAL/OFFSET
|
| |
| |
| | |
Eliminate possibly conflicting LOCAL #define
|
| |
| |
| |
| | |
for other platforms.
|
| |
| |
| | |
- Make sure that _ftime() from msvcrt.dll is used, not ftime() from mingw (which might use 64-bit time_t)
|
| | |
|