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