summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-28- check and don't cast malloc returnchristos
2011-07-28term -> terminalchristos
2011-07-28regenchristos
2011-07-28avoid shadowed variablechristos
2011-07-28use vis.h from .christos
2011-07-28eliminate alloca for portabilitychristos
2011-07-28term -> terminalchristos
2011-07-28- fix memory allocation botch in wide stringschristos
2011-07-28term -> terminalchristos
2011-07-28more portability defineschristos
2011-07-28term -> terminalchristos
2011-07-28term -> terminalchristos
2011-07-28include config.h for all c files.christos
2011-07-28include vis.h from dot.christos
2011-07-28fix confusion with wide functions.christos
2011-07-27fix narrow compilationchristos
2011-07-27- don't leave cursor dangling on memory failure or after clearing the listchristos
2011-07-27fix buffer growing code.christos
2011-07-27add history testing code.christos
2011-07-26don't stop reading after empty lines from: Nirbhay Choubeychristos
2011-07-26Add optimised version of scalbnl for x86.joerg
2011-07-26Add scalbnl to libm.joerg
2011-07-25Adjust xref varargs(3) -> stdarg(3)njoly
2011-07-24Correct typo, while here, unfold lines.mbalmer
2011-07-22Set error indicator on invalid arguments. From Carsten Hey.joerg
2011-07-22Consistently mark up defined values with Dv.wiz
2011-07-21build GMP, MPFR and MPC as private libraries just for GCC. don'tmrg
2011-07-20Remove unneeded `Either' word in EFAULT error description.njoly
2011-07-19Make sure libperfuse still builds on netbsd-5.1manu
2011-07-18Use a list for clarity, update standards, etc.jruoho
2011-07-18ftruncate(2) cause a SETATTR with only va_size set, and some filesystemsmanu
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-17fix type punned warnings in debugging code.christos
2011-07-17Don't descend into alpha/.dyoung
2011-07-16revert the previous. it didn't help and wasn't the problem anyway.mrg
2011-07-16Note that dup2(2) and dup3(2) may not fail with EMFILE; from PR lib/45148.jruoho
2011-07-15mention EINVAL.christos
2011-07-15Small markup edit.jruoho
2011-07-15Small markup glitch.jruoho
2011-07-14New sentence, new line.wiz
2011-07-14Complete prototypes, markup NULL, complete return values, more markup.jruoho
2011-07-14FUSE struct dirent's off is not the offset in the buffer, it is an opaquemanu
2011-07-12rename sparc64 BLOCK_SIZE and BLOCK_ALIGN to have SPARC64_ prefixes.mrg
2011-07-10Don't use "f" with non-fp types. Use a union to go betweenmatt
2011-07-10Set the background attributes when erasing.blymn
2011-07-10Fix so that float128_to_uint64_round_to_zero is defined for sparc64.matt
2011-07-09make obvious what we are trying to do...christos
2011-07-09Call the FUSE init operation before we try to access the file-system.tron
2011-07-09Try to fix build of port where "char" is unsigned.tron
2011-07-09Don't ignore "userdata" argument in "fuse_main_real". This can crashtron