1. 30 1月, 2009 5 次提交
  2. 29 1月, 2009 11 次提交
  3. 28 1月, 2009 6 次提交
  4. 27 1月, 2009 10 次提交
  5. 24 1月, 2009 3 次提交
  6. 23 1月, 2009 5 次提交
    • J
      fix comment typo: s/contains/continues/ · 727d4fdc
      Jim Meyering 提交于
      * src/libvirt.c (virStorageVolFree): Correct typo in comment.
      727d4fdc
    • J
      qemud: don't dereference NULL on failed virGetUserDirectory · 7523642c
      Jim Meyering 提交于
      * qemud/qemud.c (qemudInitPaths): Return right away,
      upon virGetUserDirectory failure.
      7523642c
    • J
      m4: update from gnulib to avoid warnings from cutting-edge autoconf · 3b22f80f
      Jim Meyering 提交于
      * gnulib/m4/errno_h.m4
      * gnulib/m4/gnulib-comp.m4
      * gnulib/m4/multiarch.m4
      3b22f80f
    • J
      correct and tighten up .*ignore files · 48dc345f
      Jim Meyering 提交于
      * .cvsignore: Don't ignore *.orig or *.rej.  They're not build products.
      Don't ignore the entire m4 directory.
      * Makefile.maint (sync-vcs-ignore-files): Correct quoting.
      Use sed rather than a for loop.
      Search only version-controled files (for reproducibility)
      * gnulib/lib/netinet/.cvsignore: Append missing newline-at-EOF,
      so that the use of sed doesn't mistakenly concatenate lines.
      * gnulib/lib/sys/.cvsignore: Likewise.
      * m4/.cvsignore: Ignore acinclude.m4 and aclocal.m4, not *.m4.
      * .hgignore: Regenerate.
      * all .gitignore files: Regenerate.
      48dc345f
    • J
      maint: update list of error function names and adapt · 6278bb19
      Jim Meyering 提交于
      * Makefile.maint (msg_gen_function): Update list.
      Remove some now-unused names, add some new ones.
      * src/hash.c (virHashError): Remove unused definition.
      * src/openvz_conf.h (openvzLog): Likewise.
      * src/xen_unified.c: Mark newly-exposed diagnostics for translation.
      6278bb19