Changeset ee310eb for util.c


Ignore:
Timestamp:
Feb 3, 2008, 1:08:11 AM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
99219ed
Parents:
625802a (diff), af1920fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merged revisions 909-923 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r910 | nelhage | 2008-01-29 20:47:41 -0500 (Tue, 29 Jan 2008) | 1 line
  
  Fix IRC -- I forgot to add one ->conn in the last patch
........
  r911 | asedeno | 2008-01-30 15:49:35 -0500 (Wed, 30 Jan 2008) | 5 lines
  
  Jabber Buddy Lists:
  * Query the jabber:show_offline_buddies once when invoking onGetBuddyList()
  * Don't bold online roster entries when hiding offline ones
........
  r922 | asedeno | 2008-02-03 00:49:46 -0500 (Sun, 03 Feb 2008) | 1 line
  
  Bounds checking.
........
  r923 | asedeno | 2008-02-03 01:01:07 -0500 (Sun, 03 Feb 2008) | 1 line
  
  Portability - removing C++ style comments.
........
File:
1 edited

Legend:

Unmodified
Added
Removed
  • util.c

    r84027015 ree310eb  
    888888              !strcmp("meep foo bar", owl_util_uniq("meep foo", "bar foo meep", "-")));
    889889
    890   // if (numfailed) printf("*** WARNING: failures encountered with owl_util\n");
     890  /* if (numfailed) printf("*** WARNING: failures encountered with owl_util\n"); */
    891891  printf("# END testing owl_util (%d failures)\n", numfailed);
    892892  return(numfailed);
Note: See TracChangeset for help on using the changeset viewer.