summaryrefslogtreecommitdiff
path: root/tests/test-fopen-gnu.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* fopen-gnu-tests: fix "\x" escape usageDaiki Ueno2020-05-291-1/+1
| | | | * tests/test-fopen-gnu.c (DATA): Use safer escape sequence.
* fopen-gnu: make 'b' flag can be used with 'e' on WindowsDaiki Ueno2020-05-281-0/+17
| | | | | | | * lib/fopen.c (rpl_fopen): Pass O_BINARY to open, if a 'b' flag is specified on Windows. * tests/test-fopen-gnu.c (DATA): New define. (main): Add test for reading binary files with an 'e' flag.
* fopen-gnu: Add tests.Bruno Haible2020-05-241-0/+71
* tests/test-fopen-gnu.c: New file. * modules/fopen-gnu-tests: New file.