2010-03-26 |
Jim Meyering | Const-correctness fix.
|
commit | commitdiff | tree |
2009-12-07 |
Jim Meyering | accommodate leading "+" in git submodule output
|
commit | commitdiff | tree |
2009-11-20 |
Jim Meyering | build: correct sed transformation to work also on ... From: Jim Meyering <meyering@redhat.com>
|
commit | commitdiff | tree |
2009-11-20 |
Jim Meyering | build: make autogen.sh update .git-module-status, as... From: Jim Meyering <meyering@redhat.com>
|
commit | commitdiff | tree |
2009-11-20 |
Jim Meyering | maint: use EXIT_* symbol (not constant, 2) to indicate...
|
commit | commitdiff | tree |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
|
commit | commitdiff | tree |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
|
commit | commitdiff | tree |
2009-11-20 |
Jim Meyering | maint: remove unnecessary include of openat.h
|
commit | commitdiff | tree |
2009-11-19 |
Jim Meyering | syntax-check: expand TABs in generator.ml Jim Meyering wrote: > From: Jim Meyering <meyering@redhat.com> From: Jim Meyering <meyering@redhat.com>
|
commit | commitdiff | tree |
2009-11-19 |
Jim Meyering | syntax-check: exempt *.pod from no-trailing-blank prohibition
|
commit | commitdiff | tree |
2009-11-12 |
Jim Meyering | build: revive the ocaml package tests
|
commit | commitdiff | tree |
2009-11-10 |
Jim Meyering | tell "make syntax-check" that examples/to-xml.c is...
|
commit | commitdiff | tree |
2009-11-10 |
Jim Meyering | avoid "syntax-check" failure: hide cast of argument...
|
commit | commitdiff | tree |
2009-11-10 |
Jim Meyering | build: die early if we lack ocaml, ocamlfind or ocaml...
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | tests: enable strcmp-related syntax-check tests
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | change strncasecmp() == 0 to STRCASEEQLEN()
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | change strncasecmp() == 0 to STRCASENEQLEN()
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 2
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 1
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | change strncmp() == 0 to STREQLEN()
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | change strncmp(...) != 0 to STRNEQLEN(...)
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | convert strcasecmp(...) != 0 to STRCASENEQ(...)
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | convert uses of strcasecmp to STRCASEEQ
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | indent with spaces, not TABs
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | fix doc typo
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | placate 'make syntax-check'
|
commit | commitdiff | tree |
2009-11-09 |
Jim Meyering | avoid syntax-check warning about isdigit use in example...
|
commit | commitdiff | tree |
2009-11-04 |
Jim Meyering | hivex: fail upon integer overflow
|
commit | commitdiff | tree |
2009-10-05 |
Jim Meyering | build: avoid parallel ocaml/... build failure
|
commit | commitdiff | tree |
2009-10-02 |
Jim Meyering | build: fix compile error
|
commit | commitdiff | tree |
2009-09-24 |
Jim Meyering | avoid use of all ctype macros
|
commit | commitdiff | tree |
2009-09-24 |
Jim Meyering | maint: prune dead wood from list of skipped syntax...
|
commit | commitdiff | tree |
2009-09-24 |
Jim Meyering | maint: use spaces, not TABs for indentation
|
commit | commitdiff | tree |
2009-09-04 |
Jim Meyering | avoid build-from-scratch failure due to missing daemon...
|
commit | commitdiff | tree |
2009-08-31 |
Jim Meyering | maint: guestfs.c: avoid warning about possible NULL...
|
commit | commitdiff | tree |
2009-08-31 |
Jim Meyering | maint: guestfs.c: remove unnecessary initialization
|
commit | commitdiff | tree |
2009-08-28 |
Jim Meyering | generator.ml: avoid a warning about signed overflow...
|
commit | commitdiff | tree |
2009-08-28 |
Jim Meyering | generator.ml: avoid defined-but-not-used warnings in...
|
commit | commitdiff | tree |
2009-08-28 |
Jim Meyering | generator.ml: avoid warnings in generated ocaml/guestfs_c_ac...
|
commit | commitdiff | tree |
2009-08-27 |
Jim Meyering | build: enable gcc warnings in capitests/ and ocaml/
|
commit | commitdiff | tree |
2009-08-27 |
Jim Meyering | ocaml/guestfs_c.c: avoid warning about missing prototypes
|
commit | commitdiff | tree |
2009-08-27 |
Jim Meyering | ocaml/guestfs_c.c: avoid warning about initialization...
|
commit | commitdiff | tree |
2009-08-27 |
Jim Meyering | ocaml/guestfs_c.c avoid signed/unsigned-comparison...
|
commit | commitdiff | tree |
2009-08-25 |
Jim Meyering | build: use only one m4/ directory
|
commit | commitdiff | tree |
2009-08-25 |
Jim Meyering | build: invoke autopoint with --force
|
commit | commitdiff | tree |
2009-08-25 |
Jim Meyering | build: update gnulib submodule to latest
|
commit | commitdiff | tree |
2009-08-24 |
Jim Meyering | build: don't define _GNU_SOURCE manually
|
commit | commitdiff | tree |
2009-08-24 |
Jim Meyering | guestfish: diagnose stdout write failure
|
commit | commitdiff | tree |
2009-08-24 |
Jim Meyering | guestfish: don't try to diagnose getopt failure
|
commit | commitdiff | tree |
2009-08-24 |
Jim Meyering | guestfish: write --help to stdout, use gnulib's progname...
|
commit | commitdiff | tree |
2009-08-24 |
Jim Meyering | build: avoid some autoconf warnings
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | fish/: enable -Werror and all of gcc's warning options
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | generator.ml: avoid signed/unsigned-comparison warning...
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | destpaths.c: avoid signed/unsigned-comparison warning
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | fish.c: don't perform arithmetic on void* pointers
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | fish.c: avoid signed/unsigned-comparison warning
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | fish.c: avoid "assignment discards qualifiers..." warning
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | tilde.c: avoid a warning
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | fish.c: avoid warnings
|
commit | commitdiff | tree |
2009-08-21 |
Jim Meyering | edit.c: avoid warning about signed/unsigned comparison
|
commit | commitdiff | tree |
2009-08-20 |
Jim Meyering | daemon: diagnose socket write failure
|
commit | commitdiff | tree |
2009-08-19 |
Jim Meyering | avoid build failure due to Haskell keyword clash
|
commit | commitdiff | tree |
2009-08-19 |
Jim Meyering | guestfish: detect more failed syscalls
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | build: new configure-time option: --enable-gcc-warnings
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | suppress warnings from -Wmissing-noreturn
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | suppress a warning from -Wswitch-default
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | suppress signed/unsigned-comparison warnings
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | build: don't perform arithmetic on void* pointers
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | generator.ml: suppress signed/unsigned-compare warnings
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | build: suppress an ignored-dup-return-value warning
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | build: suppress an ignored-write-return-value warning
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | avoid compiler warnings about unused vars in generated...
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | generator.ml: do not emit unused print_* functions
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | generator.ml: do not emit unused print_*_list functions
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | generator.ml: avoid warnings in generated tests.c
|
commit | commitdiff | tree |
2009-08-18 |
Jim Meyering | avoid compiler warnings about unused vars in generated...
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | generator.ml: Use TABs, not spaces for indentation.
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | indent with spaces, not TABs
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | daemon: enable -Werror and many gcc warnings when ...
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | xattr.c: avoid warning about comparison between signed...
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | guestfsd: don't ignore failed write-to-socket
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | daemon.h: avoid warning about possible noreturn function
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | sfdisk.c, fallocate.c: use a string literal as format
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | wc, blockdev: avoid warnings about discarding "const...
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | daemon/zero: don't ignore write and close errors
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | guestfsd.c: don't perform arithmetic on void pointers
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | command.c: avoid shadowing a global function
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | avoid warning about old-style no-param function definition
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | generator.ml: emit slightly prettier code
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | python: avoid "_POSIX_C_SOURCE" redefinition warning
|
commit | commitdiff | tree |
2009-08-17 |
Jim Meyering | adjust const "**" pointers to avoid warnings
|
commit | commitdiff | tree |
2009-08-14 |
Jim Meyering | Merge branch '226-elide'
|
commit | commitdiff | tree |
2009-08-14 |
Jim Meyering | build: avoid "make sytnax-check" failure
|
commit | commitdiff | tree |
2009-08-14 |
Jim Meyering | generator.ml: don't emit unused functions
|
commit | commitdiff | tree |
2009-08-14 |
Jim Meyering | generator.ml: factor out a function
|
commit | commitdiff | tree |
2009-08-13 |
Jim Meyering | tests: increase likelihood that heap abuse triggers...
|
commit | commitdiff | tree |
2009-08-13 |
Jim Meyering | generator.ml: convert leading TABs to spaces
|
commit | commitdiff | tree |
2009-08-13 |
Jim Meyering | sfdisk: guard against buffer overflow
|
commit | commitdiff | tree |
2009-08-13 |
Jim Meyering | do_umount: don't use RESOLVE_DEVICE anymore
|
commit | commitdiff | tree |
next |