search for: 535,15

Displaying 6 results from an estimated 6 matches for "535,15".

Did you mean: 535,10
2003 Sep 05
1
new option suggestion '--backup-only'
...ackup_only) rprintf(FINFO, "deleting %s\n", f); } else { int mode = local_file_list->files[i]->mode; delete_one(f, S_ISDIR(mode) != 0); } - deletion_count++; + if (!backup_only) + deletion_count++; } } flist_free(local_file_list); @@ -535,15 +537,17 @@ } } - if (preserve_hard_links) - do_hard_links(); - - /* now we need to fix any directory permissions that were - modified during the transfer */ - for (i = 0; i < flist->count; i++) { - file = flist->files[i]; - if (!file->basename || !S_ISDIR(file->mode)...
2007 Apr 04
0
Branch 'as' - 9 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_stack.c libswfdec/swfdec_as_stack.h
...;stack, 1)); #ifdef SWFDEC_WARN_MISSING_PROPERTIES - if (cx->fp->sp[-1] == JSVAL_VOID) { + if (SWFDEC_AS_VALUE_IS_UNDEFINED (swfdec_as_stack_peek (cx->frame->stack, 1))) { SWFDEC_WARNING ("no variable named %s", s); } #endif - return JS_TRUE; } static void @@ -535,15 +531,12 @@ swfdec_action_set_variable (SwfdecAsCont { const char *s; - s = swfdec_js_to_string (cx, cx->fp->sp[-2]); - if (s == NULL) - return JS_FALSE; - - swfdec_js_eval_set (cx, NULL, s, cx->fp->sp[-1]); - cx->fp->sp -= 2; - return JS_TRUE; + s = swfdec_as_val...
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
.../dev/null +++ b/test/trace/isnan-6.swf.trace @@ -0,0 +1,7 @@ +Check isNaN and isFinite +Infinity: inifinite +-Infinity: inifinite +NaN: inifinite, NaN +0: finite +_level0: inifinite, NaN +true: finite diff --git a/test/trace/isnan-7.swf b/test/trace/isnan-7.swf new file mode 100644 index 0000000..153586a Binary files /dev/null and b/test/trace/isnan-7.swf differ diff --git a/test/trace/isnan-7.swf.trace b/test/trace/isnan-7.swf.trace new file mode 100644 index 0000000..4917d7e --- /dev/null +++ b/test/trace/isnan-7.swf.trace @@ -0,0 +1,7 @@ +Check isNaN and isFinite +Infinity: inifinite +-Infini...
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a spam filter; I'll link to patches instead of attaching them.) Here are the tincctl patches I've been working on. They apply to http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit them once the crypto stuff's fixed. Since they're basically done, I'm emailing them now for review and in case
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c