mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-03 17:48:56 +01:00 
			
		
		
		
	typo alarm
typo alarm
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
					2000-03-24  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* garray.c: Made GArray behave correct. Now zero_terminated really
 | 
						* garray.c: Made GArray behave correctly. Now zero_terminated
 | 
				
			||||||
	means, that the element array->data[array->len] exists and is
 | 
						really means, that the element array->data[array->len] exists and
 | 
				
			||||||
	zeroed, and clear means that any unassigned elements obtained
 | 
						is zeroed, and clear means that any unassigned elements obtained
 | 
				
			||||||
	through g_array_set_size (the only way to get unassigned elements
 | 
						through g_array_set_size (the only way to get unassigned elements
 | 
				
			||||||
	AFAICT) are zeroed. Added some macors to mak the code more
 | 
						AFAICT) are zeroed. Added some macros to make the code more
 | 
				
			||||||
	obvoius. Also made GPtrArray zero elements after
 | 
						obvoius. Also made GPtrArray zero elements after
 | 
				
			||||||
	g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
						g_ptr_array_set_size. This is done in a portbale way (assignment
 | 
				
			||||||
	of NULL instead of just memsetting it to zero), though that might
 | 
						of NULL instead of just memsetting it to zero), though that might
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user