New functions to remove a range of elements from an array. (#94879, Nalin

2003-07-26  Matthias Clasen  <maclas@gmx.de>

	* glib/garray.h:
	* glib/garray.c (g_{,byte,pointer}_remove_range): New functions to remove a range of elements
	from an array.  (#94879, Nalin Dahyabhai)
This commit is contained in:
Matthias Clasen
2003-07-26 08:03:16 +00:00
committed by Matthias Clasen
parent ffa186dfc9
commit 971af34af9
13 changed files with 143 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
2003-07-26 Matthias Clasen <maclas@gmx.de>
* glib/garray.h:
* glib/garray.c (g_{,byte,pointer}_remove_range): New functions to remove a range of elements
from an array. (#94879, Nalin Dahyabhai)
* glib/gmessages.c (g_logv): Remove the 1024 char limit in the common (non-recursive)
case.