aboutsummaryrefslogtreecommitdiff
path: root/libbanshee
AgeCommit message (Collapse)AuthorFilesLines
2004-07-07* engine/util.c (vfail): Remove unnecessary sync, fsync, and fflush.Aaron W. LaFramboise2-5/+4
From-SVN: r84253
2004-06-27re PR bootstrap/15627 (Sun CC cannot bootstrap GCC)Giovanni Bajo3-205/+233
PR bootstrap/15627 * engine/flowrow-sort.c (update_upper_bound): Converted comment to C-style. (flowrow_inclusion): Likewise. (flowrow_extract_field): Unnest field_eq. * engine/setif-sort.c (search_ubs): Unnest search_ubs_aux. (search_lbs): Unnest search_lbs_aux. (setif_inclusion): Unnest collapse_cycle_lower, collapse_cycle_upper, update_lower_bound, update_upper_bound. From-SVN: r83730
2004-06-15Makefile.in: Regenerate with automake 1.8.5.Paolo Bonzini8-802/+992
libcpp/ChangeLog: 2004-06-15 Paolo Bonzini <bonzini@gnu.org> * Makefile.in: Regenerate with automake 1.8.5. * aclocal.m4: Likewise. * configure: Regenerate. libjava/libltdl/ChangeLog: 2004-06-15 Paolo Bonzini <bonzini@gnu.org> * Makefile.in: Regenerate with Automake 1.8.5. * aclocal.m4: Likewise. * configure: Regenerate. libbanshee/ChangeLog: 2004-06-15 Paolo Bonzini <bonzini@gnu.org> * Makefile.in: Regenerate with Automake 1.8.5. * engine/Makefile.in: Likewise. * points-to/Makefile.in: Likewise. * libcompat/Makefile.in: Likewise. * aclocal.m4: Likewise. * configure: Regenerate. * .cvsignore: New file. From-SVN: r83167
2004-05-29configure.in: Rename to ...Kelley Cook11-567/+895
2004-05-28 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Rename to ... * configure.ac: this. Update to modern autoconf style. Correct AC_INIT macro with the actual package name. Replace gcc_AC_HEADER_STDBOOL and GCC_AC_C__BOOL with AC_HEADER_STDBOOL. * acinclude.m4, stamp.h-in: Delete. * config.h, configure: Regenerate with autoconf 2.59. * aclocal.m4, Makefile.in: Regenerate with automake 1.7.9. * engine/Makefile.in: Likewise. * libcompat/Makefile.in: Likewise. * points-to/Makefile.in: Likewise. From-SVN: r82425
2004-05-24re PR bootstrap/15627 (Sun CC cannot bootstrap GCC)Daniel Berlin3-6/+10
2004-05-24 Daniel Berlin <dberlin@dberlin.org> PR other/15627 * engine/util.h: Include ansidecl.h. Make max and min static inline. * engine/util.c: Remove max and min from here. From-SVN: r82202
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo82-0/+28379
From-SVN: r81764