mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
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:
parent
aa0b79f728
commit
9504ea2f6f
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user