search for: version_control

Displaying 5 results from an estimated 5 matches for "version_control".

2018 May 29
2
LLVM IR source line error
...nction like below: 611 static inline void 612 emit_backup_suffix_note (void) 613 { 614 fputs (_("\ 615 \n\ 616 The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\ 617 The version control method may be selected via the --backup option or through\n\ 618 the VERSION_CONTROL environment variable. Here are the values:\n\ 619 \n\ 620 "), stdout); 621 fputs (_("\ 622 none, off never make backups (even if --backup is given)\n\ 623 numbered, t make numbered backups\n\ 624 existing, nil numbered if numbered backups exist, simple otherwise\n\ 62...
2018 May 29
0
LLVM IR source line error
...12 emit_backup_suffix_note (void) > 613 { > 614 fputs (_("\ > 615 \n\ > > 616 The backup suffix is '~', unless set with --suffix or > SIMPLE_BACKUP_SUFFIX.\n\ > 617 The version control method may be selected via the --backup option or > through\n\ > 618 the VERSION_CONTROL environment variable. Here are the values:\n\ > 619 \n\ > 620 "), stdout); > 621 fputs (_("\ > 622 none, off never make backups (even if --backup is given)\n\ > 623 numbered, t make numbered backups\n\ > 624 existing, nil numbered if numbered backups...
2018 May 30
1
LLVM IR source line error
...t;> 613 { >> 614 fputs (_("\ >> 615 \n\ >> >> 616 The backup suffix is '~', unless set with --suffix or >> SIMPLE_BACKUP_SUFFIX.\n\ >> 617 The version control method may be selected via the --backup option or >> through\n\ >> 618 the VERSION_CONTROL environment variable. Here are the values:\n\ >> 619 \n\ >> 620 "), stdout); >> 621 fputs (_("\ >> 622 none, off never make backups (even if --backup is given)\n\ >> 623 numbered, t make numbered backups\n\ >> 624 existing, nil numb...
2006 Jan 25
0
benchmarker and quotation marks
Hello, just getting around to tuning and the benchmarker script. I understand, from the rails book, that the command used is: script/benchmarker 10 "Product.search(''version_control'')" Maybe I''m misunderstanding it but what if there are some nested " or '' required inside the command, such as: script/benchmarket 10 "Question.find(:all, :conditions => ''created_on > ''2006-01-01'''')" That...
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
Hi, as discussed in [1], this series adds a new getprogname module. All it does is providing a getprogname function, much like what is found on e.g. *BSD systems, and using it in gnulib instead of progname. Also, using it explicitly by modules avoids gnulib users the need of either use the progname module (GPL), or to provide program_name (and call set_program_name manually, which is not always