mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
Output newlines after thousand iterations of the inner-loop of the
2007-07-09 Loïc Minier <lool@dooz.org> * tests/refcount/closures.c: (main): Output newlines after thousand iterations of the inner-loop of the closures test; this helps having smaller lines and continuously outputting new lines. (#447048). svn path=/trunk/; revision=5609
This commit is contained in:
parent
702549ddc1
commit
e9e1d9d45f
@ -1,3 +1,9 @@
|
|||||||
|
2007-07-09 Loïc Minier <lool@dooz.org>
|
||||||
|
|
||||||
|
* tests/refcount/closures.c: (main): Output newlines after thousand
|
||||||
|
iterations of the inner-loop of the closures test; this helps having
|
||||||
|
smaller lines and continuously outputting new lines. (#447048).
|
||||||
|
|
||||||
2007-07-09 Ryan Lortie <desrt@desrt.ca>
|
2007-07-09 Ryan Lortie <desrt@desrt.ca>
|
||||||
|
|
||||||
* glib/gfileutils.c (write_to_temp_file): save errno to prevent it
|
* glib/gfileutils.c (write_to_temp_file): save errno to prevent it
|
||||||
|
@ -263,7 +263,7 @@ main (int argc,
|
|||||||
test_emissions (object);
|
test_emissions (object);
|
||||||
if (++count % 10000 == 0)
|
if (++count % 10000 == 0)
|
||||||
{
|
{
|
||||||
g_printerr (".");
|
g_printerr (".\n");
|
||||||
g_thread_yield(); /* force context switch */
|
g_thread_yield(); /* force context switch */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user