Remove FIXME. (#67063)
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:13:19 +0000 (23:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2001 23:13:19 +0000 (23:13 +0000)
        * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)

        * glib/glib-sections.txt: Move g_get_charset() to the
        Charset conversion section. (#65630)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
glib/gfileutils.c

index 9cc8d3d..358c2cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index 9cc8d3d..358c2cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index 9cc8d3d..358c2cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index 9cc8d3d..358c2cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index 9cc8d3d..358c2cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index 9cc8d3d..358c2cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index 9cc8d3d..358c2cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index 9cc8d3d..358c2cc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
 2001-12-19  Mark McLoughlin  <mark@skynet.ie>
 
        * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
index f4c0858..38298db 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-21  Matthias Clasen  <matthias@poet.de>
+
+       * glib/glib-sections.txt: Move g_get_charset() to the
+       Charset conversion section. (#65630)
 Wed Dec 19 23:07:53 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: 
index 7b60460..414981d 100644 (file)
@@ -1837,6 +1837,10 @@ g_filename_from_uri
 g_filename_to_uri
 g_locale_from_utf8
 GConvertError
+
+<SUBSECTION>
+g_get_charset
+
 <SUBSECTION Private>
 g_convert_error_quark
 </SECTION>
@@ -1848,9 +1852,6 @@ gunichar
 gunichar2
 
 <SUBSECTION>
-g_get_charset
-
-<SUBSECTION>
 g_unichar_validate
 g_unichar_isalnum
 g_unichar_isalpha
index cb287be..c14cea1 100644 (file)
@@ -539,9 +539,6 @@ get_contents_win32 (const gchar *filename,
  * @length argument.  The error domain is #G_FILE_ERROR. Possible
  * error codes are those in the #GFileError enumeration.
  *
- * FIXME currently crashes if the file is too big to fit in memory;
- * should probably use g_try_malloc() when we have that function.
- * 
  * Return value: %TRUE on success, %FALSE if error is set
  **/
 gboolean