Remove FIXME. (#67063)

* glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)

        * glib/glib-sections.txt: Move g_get_charset() to the
        Charset conversion section. (#65630)
This commit is contained in:
Matthias Clasen 2001-12-20 23:13:19 +00:00
parent aa0b79f728
commit 9504ea2f6f
11 changed files with 41 additions and 6 deletions

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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:

View 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>
@ -1847,9 +1851,6 @@ g_convert_error_quark
gunichar
gunichar2
<SUBSECTION>
g_get_charset
<SUBSECTION>
g_unichar_validate
g_unichar_isalnum

View 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