search for: 44,36

Displaying 4 results from an estimated 4 matches for "44,36".

2007 Oct 15
0
3 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_codec_audio.h test/swfdec-extract.c
...30 insertions(+), 16 deletions(-) New commits: commit e1267777e2a617fcafb578fa411a5c739ef51253 Author: Benjamin Otte <otte at gnome.org> Date: Mon Oct 15 21:11:57 2007 +0200 indent diff --git a/libswfdec/swfdec_codec_audio.h b/libswfdec/swfdec_codec_audio.h index 157eadf..8a0f4f1 100644 --- a/libswfdec/swfdec_codec_audio.h +++ b/libswfdec/swfdec_codec_audio.h @@ -49,7 +49,7 @@ struct _SwfdecAudioDecoder { SwfdecAudioDecoder * swfdec_audio_decoder_new (SwfdecAudioCodec codec, SwfdecAudioFormat format); void swfdec_audio_decoder_free (SwfdecAudioDecoder *...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...16-rc5/include/asm-i386/pgtable-3level.h =================================================================== --- linux-2.6.16-rc5.orig/include/asm-i386/pgtable-3level.h 2006-03-10 12:55:05.000000000 -0800 +++ linux-2.6.16-rc5/include/asm-i386/pgtable-3level.h 2006-03-10 15:57:08.000000000 -0800 @@ -44,36 +44,6 @@ static inline int pte_exec_kernel(pte_t return pte_x(pte); } -/* Rules for using set_pte: the pte being assigned *must* be - * either not present or in a state where the hardware will - * not attempt to update the pte. In places where this is - * not possible, use pte_get_and_cle...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...16-rc5/include/asm-i386/pgtable-3level.h =================================================================== --- linux-2.6.16-rc5.orig/include/asm-i386/pgtable-3level.h 2006-03-10 12:55:05.000000000 -0800 +++ linux-2.6.16-rc5/include/asm-i386/pgtable-3level.h 2006-03-10 15:57:08.000000000 -0800 @@ -44,36 +44,6 @@ static inline int pte_exec_kernel(pte_t return pte_x(pte); } -/* Rules for using set_pte: the pte being assigned *must* be - * either not present or in a state where the hardware will - * not attempt to update the pte. In places where this is - * not possible, use pte_get_and_cle...
2007 Jun 06
0
Branch 'as' - 13 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
...4121e77efc2c1f048c (from 10e5b6967cb6df937b34a9d9cad410bc7c9e4d59) Author: Benjamin Otte <otte at gnome.org> Date: Wed Jun 6 16:32:37 2007 +0200 add test for String.charAt() and String.charCodeAt() diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 0c58f4d..79ab157 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -45,6 +45,13 @@ EXTRA_DIST = \ case1-6.swf.trace \ case1-7.swf \ case1-7.swf.trace \ + charat.as \ + charat-5.swf \ + charat-5.swf.trace \ + charat-6.swf \ + charat-6.swf.trace \ + charat-7.swf \ + charat-7.swf.trace \ children.sw...