summaryrefslogtreecommitdiffstats
path: root/doc/binary.n
Commit message (Collapse)AuthorAgeFilesLines
* Another round of small fixes, especially spelling errors...dkf2024-01-251-1/+8
|
* Clean up of docsdkf2024-01-211-0/+4
|
* Merge 8.7jan.nijtmans2023-07-041-20/+20
|\
| * Use more uppercase hex in documentation and test-cases (for consistancy)jan.nijtmans2023-07-041-20/+20
| |
* | Merge 8.7jan.nijtmans2021-12-211-0/+2
|\ \ | |/
| * New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ↵jan.nijtmans2021-12-211-0/+2
| |\ | | | | | | | | | | | | in Tcl 9.0 not any more. Merge 8.6
| | * binary encode/decode hex: document upper/lower character use.oehhar2021-12-201-0/+2
| | |
* | | Updates to TIP 568 implementation for Tcl 9:dgp2021-11-071-5/+6
|/ / | | | | | | | | Use the argument numBytes instead of length. Update the docs to the TIP spec. Clarify and simplify the code.
* | merge 8.6dgp2021-11-061-1/+1
|\ \ | |/
| * Doc fix. There is no endianness in the encoding of a single byte.dgp2021-11-061-1/+1
| |
* | Merge 8.6jan.nijtmans2020-11-201-2/+2
|\ \ | |/
| * Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-201-2/+2
| | | | | | | | consistant copyright statements in the (html) documentation
* | Corrected doc: modifier C instead Aoehhar2020-10-281-1/+1
| |
* | re-trigger Travis build (and fix some eol-spacing)jan.nijtmans2020-10-261-1/+1
| |
* | Copied man page and test from Androwish ↵oehhar2020-10-261-0/+9
| | | | | | | | https://www.androwish.org/home/ci/bc8b7e8094b66169
* | merge 8.6dgp2020-03-311-9/+13
|\ \ | |/
| * Tweaksdgp2020-03-311-3/+2
| |
| * Update docs to describe these changes.dgp2020-03-311-8/+13
| |
* | merge 8.6dgp2020-03-281-4/+7
|\ \ | |/
| * [ffeb2097af] Restore the standard and original practice of ignoring invaliddgp2020-03-281-4/+7
| | | | | | characters when decoding base64. Error only in -strict mode. See RFC 2045.
| * Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵jan.nijtmans2020-03-171-3/+3
| |\ | | | | | | | | | Unicode tables. Not used in 8.6 yet.
| | * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-3/+3
| | |
* | | Merge 8.6jan.nijtmans2019-06-261-87/+87
|\ \ \ | |/ /
* | | Corrections to definitions of [binary scan] and [binary format].dkf2019-06-151-160/+342
|/ /
* | Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-8/+8
| |
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | small improvements to the documentationdkf2013-09-171-4/+16
| |
* | Add back -wrapchar option to "binary encode uuencode"jan.nijtmans2013-09-151-1/+8
|\ \
| * | Add back -wrapchar option to "binary encode uuencode".jan.nijtmans2013-09-141-1/+8
| | |
* | | And the decoder too.dkf2013-09-141-1/+1
|/ /
* | [2152292] Corrected implementation of uuencoding.dkf2013-09-141-10/+7
| |
* | [3612422]: Refer to correct part of tclvars(n) rather than page itself.dkf2013-08-211-1/+1
| |
* | A number of small spelling and wording fixes in the docs.dkf2012-03-111-2/+2
| |
* | More small documentation improvements.dkf2011-07-181-2/+2
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * More consistency. [Bug 1117017]dkf2005-02-101-5/+9
| | |
| | * Yet more doc update backportingdkf2004-10-271-3/+3
| | |
| | * Backport many doc fixesdkf2004-10-271-2/+23
| | |
| | * missing .hobbs2003-07-141-2/+2
| | |
| | * typo fixes from trunkdas2003-07-141-5/+5
| | |
| | * Documented and tested for the current behaviour of [binary format a] anddkf2003-07-111-2/+12
| | | | | | | | | | | | [binary scan ? a]. This is what they've been doing all along. [Bug 735364]
| | * Another minor typo.dkf2003-04-101-2/+2
| | |
| | * Fixed silly typo. [Bug 718543]dkf2003-04-101-2/+2
| | |
* | | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace.ferrieux2008-12-151-7/+4
| | |
* | | Fix a bit of formatting.dkf2008-10-141-2/+3
| | |
* | | typocore_8_6_a3dgp2008-10-101-2/+2
| | |
* | | Added better docs of [binary encode] and [binary decode]dkf2008-10-071-2/+94
| | |