Content-Type: text/html; charset=UTF-8 Last-Modified: Fri, 18 Sep 2026 20:16:05 GMT Expires: Mon, 15 Sep 2036 20:16:05 GMT Add All the Birds in the Sky - src - dontfiles
summary refs log tree commit diff
path: root/doc/zlib/deflateTune.3
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-09 13:14:18 -0400
committerJune McEnroe <june@causal.agency>2021-05-09 13:14:18 -0400
commit812ffc6a438b3144916baa132850e9d466ec6b68 (patch)
treedf5aa02a549d7cbfb463c1acbebcb06936e93bf6 /doc/zlib/deflateTune.3
parentPublish "Swans Are Dead" (diff)
downloadsrc-812ffc6a438b3144916baa132850e9d466ec6b68.tar.gz
src-812ffc6a438b3144916baa132850e9d466ec6b68.zip
Add All the Birds in the Sky
The writing style seemed very odd at the beginning. Not sure the
end was sastisfying.
Diffstat (limited to 'doc/zlib/deflateTune.3')
0 files changed, 0 insertions, 0 deletions
val.c?id=745e09faa22eb06e00588b198210b302c860a988&follow=1'>[EVAL] Fix bad pointer arithmetic in evalcommandSteve Langasek 2007-11-11[EXPAND] Expand here-documents in the current shell environmentHerbert Xu 2007-11-11[EXPAND] Removed herefd hackHerbert Xu 2007-11-11[PARSER] Removed noexpand/length check on eofmarkHerbert Xu 2007-10-20[PARSER] Fix here-doc corruptionHerbert Xu 2007-10-20[EXPAND] Added configure --enable-glob and --enable-fnmatch optionsHerbert Xu 2007-10-17[SHELL] Replace shared illnum message by badnum function.Herbert Xu 2007-10-17[BUILTIN] Disallow completely blank strings in non-arithmetic context.Oleg Verych 2007-10-15[EXEC] Fixed execing of scripts with no hash-bangHerbert Xu 2007-10-11[BUILTIN] Use setvarint to set OPTINDHerbert Xu 2007-10-11[EXPAND] Add likely flags in expariHerbert Xu 2007-10-11[ARITH] Size optimisations in arithmetic lexerHerbert Xu 2007-10-11[ARITH] Add assignment and intmax_t supportHerbert Xu 2007-10-08[PARSER] Report substition errors at expansion timeHerbert Xu 2007-10-06[BUILTIN] Use intmax_t arithmetic in testHerbert Xu 2007-10-06[VAR] Remove setvarsafeHerbert Xu 2007-10-06[BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Herbert Xu 2007-10-06[MEMALLOC] Add pushstackmarkHerbert Xu 2007-10-05[MEMALLOC] Made grabstackblock an inline wrapper for stallocHerbert Xu 2007-10-04[PARSER] Size optimisations in parameter expansion parserHerbert Xu 2007-10-04[PARSER] Fix parsing of ${##1}Herbert Xu 2007-10-04[BUILD] Add --enable-static option to configure.Alexey Gladkov 2007-09-26[PARSER] Recognise here-doc delimiters terminated by EOFHerbert Xu 2007-09-26[EXPAND] Refresh stack pointers after makestrspace in _rmescapesRoy Marples 2007-09-25[MAN] Clarify syntax of the for commandGerrit Pape 2007-09-25[MAN] Clarify description of -nt, -ot options to test builtinGerrit Pape 2007-09-25[EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu 2007-09-25[EXPAND] Do not expand tilde in parameter expansion within quotesHerbert Xu 2007-09-24[PARSER] Remove arithmetic expansion collapsing at parse timeHerbert Xu 2007-09-24[PARSER] Remove superfluous dblquote settings when ending arithHerbert Xu 2007-09-24[PARSER] Remove superfluous arinest test for dqvarnestHerbert Xu 2007-09-24[PARSER] Remove superfluous arinest test in CENDQUOTEHerbert Xu 2007-09-24[EXPAND] Perform tilde expansion in all parameter expansion wordsHerbert Xu 2007-09-24[EXPAND] Do not quote back slashes in parameter expansions outside quotesHerbert Xu 2007-09-22[BUILTIN] test: little size and speed optimizationsOleg Verych 2007-09-22[BUILTIN] test: White space fixesOleg Verych 2007-09-22[SHELL] Move flushall to the point just before _exitHerbert Xu