Charlie Brej (28): [script] Remove integer objects and rename floats "numbers" [script] Add support for Infinity and NaN [script] Remove a line used for debugging [main] Allow debug output file to be set on the command line [script] Move expression generation to constructor functions [script] Move op generation to constructor functions [script] Adds debug support source files [script] Keep the filename while scanning for parsing error messages [script] Pass the debug position when creating all expression elements [script] Add debug information to parsed operations [script] Add a expressions and operators to the debug hashtables [script] Generate error messages on erroneous operations [script] Move function definitions from operations to expressions [script] Use access functions when accessing variables [script] Set "this" in functions called through an object [progress] Make the progress percentage settable [script] Add PlymouthGetMode to get boot/shutdown mode [boot-splash-plugin] Add suspend and resume boot splash modes [script] Add script support for suspend and resume splash modes [script] Clean up as_numer and as_bool functions [script] Free the scan only after adding the last debug symbol [script] Reference actual object and do not create an indirect reference [script] Correct some header files [script] Make "this" (the current object) a part of the status [script] Create new objects when incrementing/decrementing [script] Add inheritance to the language [script] Example script rewritten to use the object system [progress] Stop progress at 25% if progress file is not loaded Frederic Crozat (20): allow to change system release filename with configure option [libplybootsplash] fix memleak [daemon] fix memleak in argument parsing [space-flares] Fix memleak [throbgress] Fix memleak [libply] Fix message list memleaks [libply] Fix memleak in command parser [client] Fix memleak in command argument [client] Fix memleak at exit [daemon] fix fd leak [daemon] splash=verbose is equivalent to no splash (splashy compatibility) Merge branch 'master' of git://anongit.freedesktop.org/plymouth [libplybootsplash] move ply-boot-splash.[ch] to libplybootsplash [libply] allow access to ply_event_loop_process_pending_events Merge branch 'master' of git://anongit.freedesktop.org/plymouth Merge branch 'master' into splash-client-lib Merge git://anongit.freedesktop.org/plymouth into splash-client-lib move switch_to_vt to ply-utils and rename it ply_switch_to_vt [daemon] recognize s, S, -s as single for kernel cmdline [daemon] fix detection of single on kernel cmdline Ray Strode (10): [populate-initrd] Get plugin path from plymouth [scripts] add plymouth-generate-initrd script [populate-initrd] Try to find inst more aggressively [populate-initrd] Don't require set_verbose function [main] Flip debug buffer conditional check [main] Make some callback functions static [main] rename state->console to state->kernel_console_tty [entry] Fix up max bullet calculation [libplybootsplash] Drop text-pulser [libplybootsplash] Order header list one-per line