]> git.sesse.net Git - vlc/history - src/test/dictionary.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / test / dictionary.c
2009-08-26 Pierre d'Herbemontdictionary: intptr_t to be nice with LLP64.
2009-08-25 Pierre d'Herbemonttest/dictionary: Be nicer on LP64, and avoid a warning.
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-26 Rémi Denis-CourmontMissing assert.h
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-15 Pierre d'Herbemonttest/dictionary.c: Fix a warning.
2008-02-15 Pierre d'Herbemonttest/dictionary.c: Add a new test entry for the vlc_dic...