~jamesodhunt/libnih/iterators

  • Committer: James Hunt
  • Date: 2011-05-08 11:42:41 UTC
  • Revision ID: james.hunt@ubuntu.com-20110508114241-761sdng7vwrcyssd
* Changelog: Summary of new functions.
* nih/hash.c: New functions:
  - nih_hash_foreach()
  - nih_hash_count()
* nih/hash.h: Prototypes for new functions:
  - nih_hash_foreach()
  - nih_hash_count()
* nih/list.c: New functions:
  - nih_list_foreach()
  - nih_list_count()
* nih/list.h:
  - Prototypes for new functions:
    - nih_list_foreach()
    - nih_list_count()
  - New type: NihListHandler.
* nih/tree.c: New functions:
  - nih_tree_foreach()
  - nih_tree_count()
* nih/tree.h:
  - Prototypes for new functions:
    - nih_tree_foreach()
    - nih_tree_count()
  - New type: NihTreeHandler.
* nih/tests/test_hash.c:
  - New functions:
    - test_count()
    - test_foreach_func () and supporting functions:
      - hash_handler1()
      - hash_handler2()
      - hash_handler3()
  - Updated main to call test_foreach_func() and test_count().
  - Changed description for existing functions to make it clear that
    NIH_HASH_FOREACH() is a macro.
* nih/tests/test_list.c:
  - New functions:
    - test_count()
    - test_foreach_func() and supporting functions:
      - list_handler1()
      - list_handler2()
      - list_handler3()
  - Updated main to call test_foreach_func() and test_count().
  - Changed description for existing functions to make it clear that
    NIH_LIST_*() are macros.
* nih/tests/test_tree.c
  - New functions:
    - test_count()
    - test_foreach_func () and supporting functions:
      - tree_handler1()
      - tree_handler2()
      - tree_handler3()
  - Updated main to call test_foreach_func() and test_count().
  - Changed description for existing functions to make it clear that
    NIH_TREE_FOREACH_*() are macros.
Filename Latest Rev Last Changed Committer Comment Size
..
m4 1 18 years ago Scott James Remnant * ChangeLog: Initial project infrastructure create Diff
nih 1 18 years ago Scott James Remnant * ChangeLog: Initial project infrastructure create Diff
nih-dbus 633 15 years ago Scott James Remnant * nih/dbus.c, nih/dbus.h, nih/libnih-dbus.supp, ni Diff
nih-dbus-tool 664 15 years ago Scott James Remnant * configure.ac: Create nih-dbus-tool Makefile * Ma Diff
po 4 18 years ago Scott James Remnant * po/LINGUAS: Created file to hold language list o Diff
.bzrignore 1002 14 years ago Scott James Remnant * nih/libnih.pc.in, nih-dbus/libnih-dbus.pc.in: So 1.1 KB Diff Download File
AUTHORS 174 17 years ago Scott James Remnant * AUTHORS: Mention the ChangeLog file. 177 bytes Diff Download File
ChangeLog 1049 12 years ago James Hunt * Changelog: Summary of new functions. * nih/hash. 320 KB Diff Download File
configure.ac 1047 13 years ago Scott James Remnant * configure.ac: Bump version to 1.0.4 * NEWS: Begi 2 KB Diff Download File
COPYING 921 14 years ago Scott James Remnant * COPYING: Change licence to version 2 of the GNU 17.5 KB Diff Download File
HACKING 1009 14 years ago Scott James Remnant * configure.ac (AC_PRERQ): Update to 2.62 (AM_INIT 4.7 KB Diff Download File
Makefile.am 1001 14 years ago Scott James Remnant * Makefile.am: Always build libnih-dbus and nih-db 164 bytes Diff Download File
NEWS 1047 13 years ago Scott James Remnant * configure.ac: Bump version to 1.0.4 * NEWS: Begi 15.1 KB Diff Download File
README 999 14 years ago Scott James Remnant * README: Remove the usage instructions, since thi 1.8 KB Diff Download File
TODO 1025 14 years ago Scott James Remnant * TODO: Update. 6.4 KB Diff Download File