search for: diff'ing

Displaying 20 results from an estimated 32 matches for "diff'ing".

2005 Jun 23
2
hanging pxelinux.0 and menu.c32 on Dell 1850
...s to be powered off completely. I did some research and got it working by using menu.c32 v3.09 and pxelinux.0 v3.07 -combo. It seems that from version 3.08 on something has changed on pxelinux.0 file which affects this particular system (Dell 1850). I think the developers can find the problem by diff'ing correct sourcefiles so I won't post my config right now. BR, -Mikko Kurkela
2006 Jan 14
3
Patch to add Symbols/segments loader for mboot.c
...tion in the ELF section header table to be able to load properly. This functionality is not present in mboot.c now, so I added support for it. The patch is attached. It would be great if you can push this into the next release of syslinux so ELF multiboot kernels are fully supported. The patch is diff'ed against syslinux-3.11. thanks, Ram
2011 Mar 19
2
[LLVMdev] [Patch] Fix bug in llvm::SmallVectorIml<>::insert
...e <cassert> int main() { llvm::SmallVector<int, 1> v, w; llvm::SmallVector<int, 1>::iterator it = v.insert(v.end(), w.begin(), w.end()); assert(it == v.end()); } The insert function(s) would incorrectly return "this->end()-1". I attached the patch which I diff'ed from trunk. Is it important enough to be backported to llvm2.9 ? I would like to ask someone to commit it to wherever it fits. Thanks! -------------- next part -------------- A non-text attachment was scrubbed... Name: fix_smallvector.patch Type: text/x-patch Size: 906 bytes Desc: not avai...
2020 Jun 05
3
yum/dnf diff
--On Friday, June 05, 2020 9:10 AM -0500 Johnny Hughes <johnny at centos.org> wrote: > These are two totally separate programs and projects. I'm not talking about diff'ing the yum and dnf programs. I'm talking about diffing the RPM packages that "rpm -V" reveals as changed. Such a utility would download the package if it wasn't in the cache, unpack it with cpio into a temp directory, and diff the component files against the copies on dis...
2008 Oct 05
1
doc/manual/Rfaq.css missing in R 2.8.0 (20081005) tarball
...81005/doc' make[3]: Entering directory `/tmp/buildd/r-base-2.8.0~20081005/doc/manual' make[3]: *** No rule to make target `Rfaq.css', needed by `R-FAQ.html'. Stop. make[3]: Leaving directory `/tmp/buildd/r-base-2.8.0~20081005/doc/manual' make[2]: *** [docs] Error 2 and indeed, diff'ing Makefile.in reveals a new dependency on Rfaq.css @@ -249,6 +258,7 @@ R-intro.html: $(texiincludes) $(srcdir)/Rman.css R-ints.html: $(texiincludes) $(srcdir)/Rman.css R-lang.html: $(texiincludes) $(srcdir)/Rman.css +R-FAQ.html: $(srcdir)/Rfaq.css info: $(OBJECTS_INFO) R-admin.info: $...
2009 Jul 09
2
plm Issues
Hi List I'm having difficulty understanding how plm should work with dynamic formulas. See the commands and output below on a standard data set. Notice that the first summary(plm(...)) call returns the same result as the second (it shouldn't if it actually uses the lagged variable requested). The third call results in...
2011 Mar 19
0
[LLVMdev] [Patch] Fix bug in llvm::SmallVectorIml<>::insert
...llvm::SmallVector<int, 1> v, w; > llvm::SmallVector<int, 1>::iterator it = > v.insert(v.end(), w.begin(), w.end()); > assert(it == v.end()); > } > > The insert function(s) would incorrectly return "this->end()-1". I > attached the patch which I diff'ed from trunk. Is it important enough to > be backported to llvm2.9 ? > > I would like to ask someone to commit it to wherever it fits. Thanks! Hmm, I don't understand the rationale of the return value of the range- insert and repeated-insert. The range-insert returns an iterato...
2007 Jun 28
3
Vim differences between C4 and C5
I have installed CentOS 4.5 and 5 on 2 separate machines, and both have default installs of vim-enhanced on each of them. I noticed that I can get syntax highlighting as a regular user, sudo and as root in C4.5. In C5 I only get highlighting as a regular user. I diff'ed my /etc/vimrc files between each install there is no changes and neither root ~ has a .vimrc file. I had put "# vim: filetype=apache ts=4 sw=4 et" at the bottom of the apache conf file and it works great except when I 'sudo vim' or use root in c5. I tried :syntax on, as r...
2020 Jun 02
2
yum/dnf diff
I'm used to using "git diff" and "svn diff" to view changes in my development system. Is there a similar thing that works with changes between a repository package and the installed RPM? Ie. something that shows the changes in /etc hinted at by "rpm -V". I'm already using etckeeper+git but tha...
2020 Jun 05
0
yum/dnf diff
On 6/5/20 11:55 AM, Kenneth Porter wrote: > --On Friday, June 05, 2020 9:10 AM -0500 Johnny Hughes > <johnny at centos.org> wrote: > >> These are two totally separate programs and projects. > > I'm not talking about diff'ing the yum and dnf programs. I'm talking > about diffing the RPM packages that "rpm -V" reveals as changed. Such a > utility would download the package if it wasn't in the cache, unpack it > with cpio into a temp directory, and diff the component files against > t...
2007 Mar 19
0
winmerge via wine on ubuntu 6.06 ?
Hello, Does anyone have a recent version of winmerge *completely* working under Ubuntu 6.06? I have it running, and comparing directory trees just fine. However, it doesn't actually appear to be diff'ing files correctly. It will show two clearly different files as being identical when in file diff mode. I have tried 2.4.4, 2.4.10, and the latest tip version of WinMerge. I just want to know if anyone else has this actually working, as the program is listed as working in the WindeDB. -Thx,...
2005 Jul 05
2
Keyboard stops working
Hi all! I'm new to the list (and syslinux for that matter!) but I've searched as best I can for a similar problem to no avail. I've been using pxelinux.0 + menu.c32 + memdisk to load MS-DOS boot images for a few months now using version 3.07. When I introduced a new Intel 945G based machine to the network I started getting very erratic behavior, ranging from reboots to hangs, to
2006 Oct 05
0
winmerge + wine + ubuntu 6.06 = diff ?
Hello, Does anyone have a recent version of winmerge *completely* working under Ubuntu 6.06? I have it running, and comparing directory trees just fine. However, it doesn't actually appear to be diff'ing files correctly. It will show two clearly different files as being identical when in file diff mode. I have tried 2.4.4, 2.4.10, and the latest tip version of WinMerge. I just want to know if anyone else has this actually working, as the program is listed as working in the WindeDB. -Thx,...
2004 Jun 23
3
[Bug 883] mdoc2man.awk causes flaw in ssh(1) man page
http://bugzilla.mindrot.org/show_bug.cgi?id=883 Summary: mdoc2man.awk causes flaw in ssh(1) man page Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy:
2003 Apr 14
1
[Bug 14] Can't change expired /etc/shadow password without PAM
...|Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From dtucker at zip.com.au 2003-04-15 09:57 ------- Patch against 3.6.1p1 now available. No changes apart from diff'ing against 3.6.1p1. http://www.zip.com.au/~dtucker/openssh/openssh-3.6.1p1-passexpire18.patch ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
2006 Jun 08
1
AEL2
Being rather new to Asterisk I was wondering what the current status of AEL2 is? I see reference to it back in January but that was many versions ago. Is it in the current code? Doug **************************** * Doug Crompton * * Richboro, PA 18954 * * 215-431-6307 * * * * doug@crompton.com * * http://www.crompton.com * ****************************
2003 Jun 24
0
Has anybody used the mysql passdb backend in samba3-beta1 ?
...configure:28942: checking how to build pdb_mysql > configure:28971: result: not Haven't used it, but have compiled it. IIRC you need MySQL >= 4, for any other details you can see our spec file: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/contrib-SPECS/samba3/ Build output (good for diff'ing) is avaiable: http://eijk.homelinux.org/build/contrib/i586/OK/samba3-3.0.0-0.beta1.3mdk (we don't build with mysql on the alpha yet, sparc64 build output not available at present ...). I assume you have all the necessary include files, libraries etc installed? Regards, Buchan - -- |-...
2002 Sep 12
0
(PR#2005) R_HOME/etc/Renviron.site not interpreted on windows
......./etc/Renviron.site > won't be interpreted as mentioned in, e.g., ?.Renviron. > > Happens on R-1.5.1, WinXP (James), as well as on R-1.6.0-beta. process_site_Renviron() doesn't seem to be called anywhere in the windows sources. Fix: .../src/gnuwin32/system.c obviously needs (diff'ed to R-1.6.0 beta (2002-09-10)): 591a592 > process_site_Renviron(); 698a700 > process_site_Renviron(); In that case we have to change .../src/unix/sys-common.c (?) as well, because R_Home seems to be empty at this point on Windows. I was not able to figure out why, maybe Du...
2003 May 25
0
surprising behaviour of "bgroup": sets all in greek letters (PR#3099)
...if delimeters are specified, as in: text(4, 6, expression(F == bgroup("{", x, ")"))) I don't know whether I have just fixed the symptoms here (Paul ?). Anyway, the following fix of .../src/main/plotmath.c works as expected. Uwe Ligges ========================== (diff'ed to R-1.7.0 patched (2003-05-25)) > diff -u ./plotmath.old ./r-patched/src/main/plotmath.c --- ./plotmath.old 2003-05-25 17:47:23.000000000 +0200 +++ ./r-patched/src/main/plotmath.c 2003-05-25 17:49:38.000000000 +0200 @@ -2075,10 +2075,12 @@ delim2 = DelimCode(expr, CADDD...
2002 Sep 16
0
mosaicplot enhancements (PR#2023)
This is a feature request for mosaicplot, including the suggestion for the code changes (mosaicplot.R) and docs (mosaicplot.Rd) by Wolfram Fischer and myself, diff'ed to 1.6.0 beta (2002-09-14): Uwe Ligges .../src/library/base/R/mosaicplot.R: ==================================================== 11a12,13 > ### Changes by W. Fischer and U. Ligges: > ## - Deparsing x in for main title. New arguments: sub, las, cex.axis 14,15c16,19 < function(x,...