Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Remove g_filename_{to,from}_utf8
Browse files Browse the repository at this point in the history
2000-11-12  Robert Brady  <robert@suse.co.uk>

	* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

	* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
	g_locale_{to.from}_utf8.  The locale_ variant honours
	nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
	asked otherwise.

	(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
	!= length and no bytesread pointer passed.
  • Loading branch information
Robert Brady authored and Robert Brady committed Nov 12, 2000
1 parent 91d5e23 commit 8bda010
Show file tree
Hide file tree
Showing 16 changed files with 676 additions and 450 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.pre-2-0
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.pre-2-10
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.pre-2-12
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.pre-2-2
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.pre-2-4
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.pre-2-6
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog.pre-2-8
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2000-11-12 Robert Brady <robert@suse.co.uk>

* gstrfuncs.c, gstrfuncs.h: Remove g_filename_{to,from}_utf8

* gconvert.c, gconvert.h: Add g_filename_{to,from}_utf8 and
g_locale_{to.from}_utf8. The locale_ variant honours
nl_langinfo(CODESET), the filename_ variant uses UTF-8 unless
asked otherwise.

(g_convert): Add G_CONVERT_ERROR_PARTIAL_INPUT error, if bytesread
!= length and no bytesread pointer passed.

Sun Nov 12 15:29:53 2000 Owen Taylor <otaylor@redhat.com>

* gfileutils.[ch]: template is a reserved word in
Expand Down
Loading

0 comments on commit 8bda010

Please sign in to comment.