summaryrefslogtreecommitdiff
path: root/lib/read-file.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* free-posix: use more often in other modulesPaul Eggert2021-03-251-5/+0
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* read-file: remove dead assignmentDaiki Ueno2020-11-211-1/+0
* read-file: disable buffering if RF_SENSITIVE is setDaiki Ueno2020-05-291-2/+8
* read-file: add RF_SENSITIVE flagDaiki Ueno2020-05-271-7/+50
* read-file: add flags to modify reading behaviorDaiki Ueno2020-05-271-29/+14
* read-file: make use of fopen-gnuDaiki Ueno2020-05-261-2/+2
* read-file: reduce max size from SIZE_MAX to PTRDIFF_MAXPádraig Brady2020-02-021-5/+5
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* read-file.c: tweak syntaxJim Meyering2010-12-271-4/+4
* read-file: reorganize to avoid various issuesPádraig Brady2010-12-131-40/+35
* read-file: Don't occupy too much unused memory.Bruno Haible2010-08-281-0/+9
* read-file: Avoid memory reallocations with regular files.Giuseppe Scrivano2010-08-281-43/+92
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-25/+25
* * lib/arcfour.c: Assume config.h.Eric Blake2006-10-291-3/+1
* 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>Simon Josefsson2006-06-211-22/+19
* Add read-file module.Simon Josefsson2006-06-161-0/+141