summary refs log tree commit diff
path: root/doc/zlib/inflateSetDictionary.3 (unfollow)
Commit message (Collapse)Author
2022-01-29Allow arguments to nasd scriptJune McEnroe
2022-01-26Add Convenience Store WomanJune McEnroe
2022-01-18Use diff-highlight for GIT_PAGER if availableJune McEnroe
2022-01-17Add ~/.cargo to PATHJune McEnroe
Just in case I need to do Rust. My path function checks if it exists so it's not creating noise otherwise.
2022-01-17Set extended in viJune McEnroe
2022-01-17Switch to jortsJune McEnroe
2022-01-14Add The Galaxy, and the Ground WithinJune McEnroe
No, I am still rating these out of three. I love this so much.
2022-01-13Publish "Albums 2021"June McEnroe
I'm on caesar number three yo.
2022-01-12Add LWN to supJune McEnroe
2022-01-12Publish "Books 2021"June McEnroe
2022-01-09Add tildegit (gitea) to supJune McEnroe
2022-01-08Publish "Desert Island Discs"June McEnroe
2022-01-08Publish "Topics"June McEnroe
2022-01-04Update dash generated autoconf filesJune McEnroe
Hate this.
2022-01-03Generate RFC bibliographic blocks from JSONJune McEnroe
2022-01-02Remove sudo/doas from install scriptJune McEnroe
Now that everything requires root anyway, just run the script as root.
2022-01-02Remove attempt to automatically install MacPortsJune McEnroe
It didn't really work on a new machine, and the version needs to be updated. I'll just do it manually.
2022-01-02Update GPL header template copyright yearsJune McEnroe
2022-01-02Call CHECK_DECL on stat64Herbert Xu
On macOS it is possible to find stat64 at link-time but not at compile-time. To make the build process more robust we should check for the header file as well as the library. Reported-by: Saagar Jha <saagar@saagarjha.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-12-31Add The City in the Middle of the NightJune McEnroe
Sophie is a fucking idiot jfc. She doesn't even get a redemption she's just bad all the way to the end.
2021-12-11Remove donate linkJune McEnroe
2021-12-11Remove Liberapay buttonsJune McEnroe
2021-12-03Show weeks plus daysJune McEnroe
2021-12-02Add Six Months, Three Days, Five OthersJune McEnroe
An impressive amount of these short stories are actual stories with beginnings, middles and ends! Well done! The last little side story of All the Birds in the Sky is cute.
2021-11-28Use noinput, nounput options in lex filesJune McEnroe
2021-11-22Add SorrowlandJune McEnroe
Good, but slow.
2021-11-13Add My Pal Foot FootJune McEnroe
Interesting.
2021-11-03Update my little description of myselfJune McEnroe
lol sorry FreeBSD.
2021-11-03Add A Psalm for the Wild-BuiltJune McEnroe
2021-10-30Publish "Names"June McEnroe
2021-10-29Add PiranesiJune McEnroe
What an interesting one!
2021-10-25Bounds check color indexesJune McEnroe
2021-10-24Only match first Nm for feedJune McEnroe
2021-10-22Add BerserkJune McEnroe
I had reserved this at the library like half a damn year ago after enjoying the anime, just to see if I'd like to read the manga. The answer is not really. Also such a huge and hefty book for so little reading.
2021-10-20Only output style attribute if necessaryJune McEnroe
2021-10-20Run shotty after ptee in up -tJune McEnroe
To avoid shotty warnings for unhandled sequences interfering with the screen.
2021-10-20Fix showing cursor with default colorsJune McEnroe
2021-10-20Add entire 256-color palette to shotty -iJune McEnroe
2021-10-20Ignore XTWINOPS in shottyJune McEnroe
2021-10-20Add A Wizard of EarthseaJune McEnroe
Meh.
2021-10-18Revert "Add shotty -t to animate (crudely) between snapshots"June McEnroe
This reverts commit e52b86b69b9dc6a7b7ec9d578c20d88fc1ccb330. It's mostly irrelevant to how shotty actually functions so I think it would be better done externally. Reverting just to keep the dumb JavaScript in history.
2021-10-18Add shotty -t to animate (crudely) between snapshotsJune McEnroe
2021-10-18Add ptee -t to output media copy at an intervalJune McEnroe
2021-10-18Swap functions of ^Q and ^S in pteeJune McEnroe
2021-10-18Add shotty -i to output inline colorsJune McEnroe
2021-10-18Remove leftover scheme.h targetJune McEnroe
2021-10-18Cite ctlseqs.ms and UTF-8June McEnroe
2021-10-18Skip DECKP* in lexerJune McEnroe
2021-10-18Add meta charset to up -t outputJune McEnroe
2021-10-18Rewrite shotty with lexJune McEnroe
So much cleaner!
: validate Git -rcN version numbers correctlyJohn Keeping When creating the GIT-VERSION-FILE that we use to test that the version of Git in git/ is the same as in the CGit Makefile, Git applies the transform "s/-/./g" to the version string. This doesn't affect released versions but does change RC version numbers such as 1.8.3-rc0. While CGit should only refer to a released Git version in general, it is useful to developers who want to test upcoming Git releases if the tests do work with RCs, so change t0001 to apply the same transform to our Makefile version before comparing it to the contents of GIT-VERSION-FILE. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-27git: update to 1.8.2.2John Keeping No changes required, just bump the submodule and Makefile version. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping Commit fb3655d (use struct strbuf instead of static buffers - 2013-04-06) introduced a regression in the "section-from-path" handling when the configured value is negative. By changing the "rel" variable so that it includes a trailing slash, counting slashes from the end of the string no longer gives the same answer as it did before. Fix this by ensuring that "rel" does not have a trailing slash. Reported-by: Julius Plenz <plenz@cis.fu-berlin.de> Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping When testing modifications in Git that affect CGit, it is annoying to have t0001 failing simply because the Git version has a ".dirty" suffix when the version of Git there does indeed match that specified in the CGit makefile. Stop this by stripping the ".dirty" suffix from the GIT_VERSION variable. Note that this brings the "Git version" behaviour in line with the "submodule version" case which does not check if the working tree in git/ is modified. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping By default, Git's test suite puts the trash directories and test-results directory into its own directory, not that containing the tests being run. This is less convenient for inspecting test failures, so set the output directory to CGit's tests/ directory instead. Note that there is currently a bug in Git whereby it will create the trash directories in our tests/ directory regardless of the value of TEST_OUTPUT_DIRECTORY, and then fail to remove them once the tests are done. This change does currently affect the location of the test-results/ directory though. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15t0109: test more URLsJohn Keeping In order to ensure that we don't access $HOME at some point after initial startup when rendering a specific view, run the strace test on a range of different pages. This ensures that we don't end up reading a configuration later for some specific view. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld Several options must be specified prior to scan-path. This is consistant source of user confusion. Document these facts. Suggested-by: Lukas Fleischer <cgit@cryptocrack.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer In cgit_print_snapshot_links() we strip leading "v" and "V", while we currently only prepend a lower case "v" when parsing a snapshot file name. This results in broken snapshot links for tags that start with an upper case "V". Avoid this by prepending a "V" as a fallback. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer Note that we cannot use skip_all here since some tests have already been executed when ZIP tests are reached. Use test prerequisites to skip everything using unzip(1) if the binary is not available instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer