summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/cstdio
diff options
context:
space:
mode:
Diffstat (limited to 'external/gpl3/gcc/dist/libstdc++-v3/include/tr1/cstdio')
0 files changed, 0 insertions, 0 deletions
Explicitly include <stdint.h> for uintmax_t; from Eitan Adler.kleink 2011-11-28Remove unused header. From Henning Petersen in PR 45658.wiz 2011-08-29Use __deadjoerg 2009-04-18Compare size_t vs off_t by casting both to uintmax_tlukem 2009-04-11Fix WARNS=4 issues (many -Wcast-qual, one -Wsign-compare on amd64)lukem 2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem Tweak to use a consistent format. 2007-08-22change error printing to signed for consistency. From Anon Ymouschristos 2007-08-21provide more detailed messages with -l. From Anon Ymouschristos 2006-06-03off-by-one (thanks to our anonymous contributor)christos 2006-06-03If one file is shorter than the other, print the byte and line offsets ifchristos available. From our anonymous contributor. 2006-04-09Coverity CID 1624: Plug memory leak.christos 2006-01-19Apply patch from PR bin/23836 cmp did not correctly parse skip argumentsgarbled given in hex or octal, as the manpage states it can. 2005-04-11Don't put a space before function call operator.enami 2005-04-11byte offset and line count shouldn't be initialized inside the loop.enami 2005-04-11Fix indent and wrap long lines.enami 2005-03-07Initialise dfound outside loop so that 0 sized files compare correctlydsl and to that 'cmp -l' will exit with error is the last block matches. Pointed out in a private mail bt someone who wishes to remain anonymous. 2005-02-06mmap normal files in 1MB chunks.dsl Due to a bug in mmap() the address space isn't counted against ulimit until the page is faulted in - so mmapping a large file suceeds, but cmp SIGSEGVs when it runs out of address space. Also I don't believe that the madvise( MAP_SEQUENTIAL) has the desired effect, and mmaping a large file is probably very bad for the UBC. 2005-02-06Taking (out) the __Pdsl 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22365, verified by myself. 2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross 2001-12-01Whitespace cleanup.wiz 2001-01-04use %ll_ instead of the less standard %q_lukem 2000-07-27Use MAP_SHARED.mycroft 2000-07-18Do not mmap() with MAP_PRIVATE - looks like kernel tries to preallocatejdolecek some memory in case the mmapped contents would be changed and this fails for very large files; it's unnecessary anyway, cmp(1) does not change file contents in any way. This fixes bin/10625 by Uwe Klaus. While here, change the code to fallback to classic stdio if mmap fails. 2000-03-20* Hint MADV_SEQUENTIAL.kleink * -1 -> MAP_FAILED. 1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross