aboutsummaryrefslogtreecommitdiffstats
path: root/science/fastcap
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-03-21 22:37:06 +0800
committersylvio <sylvio@FreeBSD.org>2010-03-21 22:37:06 +0800
commitfad51af119a1f8d6b0cfd1027ae816f16cd51dd6 (patch)
tree3ba3a31f5a13aeed5f2a384e19922d44c123a042 /science/fastcap
parentfa2de09afed8427d98519ab285b3ab55bb8b36e6 (diff)
downloadfreebsd-ports-gnome-fad51af119a1f8d6b0cfd1027ae816f16cd51dd6.tar.gz
freebsd-ports-gnome-fad51af119a1f8d6b0cfd1027ae816f16cd51dd6.tar.zst
freebsd-ports-gnome-fad51af119a1f8d6b0cfd1027ae816f16cd51dd6.zip
- Update to 1.4.18
Approved by: miwi (mentor)
Diffstat (limited to 'science/fastcap')
0 files changed, 0 insertions, 0 deletions
util so eutil won't dependDan Winship2001-06-192-5/+12 * REmove a silly hardcoded term limit, oops forgot about that.Not Zed2001-06-152-10/+24 * skip any non-digits while looking for dates and times. This should fixDamon Chaplin2001-06-142-18/+14 * got rid of '%n' at end of each format string for strptime. I don't knowDamon Chaplin2001-06-112-8/+14 * Included information about db3.Christopher James Lahey2001-06-015-23/+273 * Remove e_pixmaps_update (moved to libeshell) so libeutil won't depend onDan Winship2001-05-283-70/+5 * Modify `e_gethostbyname_r()' so that it doesn't report an error if theEttore Perazzoli2001-05-192-1/+17 * add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s.Dan Winship2001-05-173-1/+13 * Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-152-2/+6 * Walk a hierarchy using the "/subfolders/" convention and call a callbackDan Winship2001-05-093-2/+106 * Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-084-11/+365 * Debugging routine. (Only works for recursive mutexes right now.)Dan Winship2001-05-023-0/+12 * Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-022-3/+11 * Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-302-62/+61 * Make the Solaris and no-gethostbyname_r implementations behave more likeDan Winship2001-04-272-4/+24 * Remove UNICODE_CFLAGS (libeutil_la_LIBADD): Change UNICODE_LIBS toDan Winship2001-04-272-2/+6 * Modified to match e_strv_get behaviour. Assert on bad cases, and return ""Not Zed2001-04-263-6/+362 * If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-252-16/+23 * Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-246-8/+17 * remove prototype for e_gethostbyname_init.Chris Toshok2001-04-243-41/+43 * Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-242-7/+15 * Include glib.h, so that the g_warning in e_gethostbyname_r will be treatedJon Trowbridge2001-04-242-0/+7 * add e-host-utils.[ch]Chris Toshok2001-04-234-0/+188 * ">From" is not a citation unless the previous or following line is aDan Winship2001-04-192-7/+44 * Start parsing the sexp with parse_value(), not parse_list(), because weFederico Mena Quintero2001-04-16