Displaying 11 results from an estimated 11 matches for "chrreplace".
2015 Sep 22
3
[PATCH] chrreplace: Don't skip the first character
...t; Signed-off-by: Josh Triplett <josh at joshtriplett.org>
> ---
>
> I'm assuming, based on a look at the callers, that this is not
> intentional, and that it just happened that none of the callers happened
> to ever need to replace the first character.
>
> com32/lib/chrreplace.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/com32/lib/chrreplace.c b/com32/lib/chrreplace.c
> index 65786f9..cfbf5d4 100644
> --- a/com32/lib/chrreplace.c
> +++ b/com32/lib/chrreplace.c
> @@ -4,8 +4,8 @@
> void chrreplace(char *source, char ol...
2015 Jun 15
2
[PATCH] chrreplace: Don't skip the first character
...Signed-off-by: Josh Triplett <josh at joshtriplett.org>
> ---
>
> I'm assuming, based on a look at the callers, that this is not
> intentional, and that it just happened that none of the callers happened
> to ever need to replace the first character.
>
> com32/lib/chrreplace.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/com32/lib/chrreplace.c b/com32/lib/chrreplace.c
> index 65786f9..cfbf5d4 100644
> --- a/com32/lib/chrreplace.c
> +++ b/com32/lib/chrreplace.c
> @@ -4,8 +4,8 @@
> void chrreplace(char *source, char o...
2015 Sep 28
1
[PATCH] chrreplace: Don't skip the first character
...> > ---
> > >
> > > I'm assuming, based on a look at the callers, that this is not
> > > intentional, and that it just happened that none of the callers happened
> > > to ever need to replace the first character.
> > >
> > > com32/lib/chrreplace.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/com32/lib/chrreplace.c b/com32/lib/chrreplace.c
> > > index 65786f9..cfbf5d4 100644
> > > --- a/com32/lib/chrreplace.c
> > > +++ b/com32/lib/chrreplace.c
>...
2015 Jun 15
0
[PATCH] chrreplace: Don't skip the first character
...osh at joshtriplett.org>
> > ---
> >
> > I'm assuming, based on a look at the callers, that this is not
> > intentional, and that it just happened that none of the callers happened
> > to ever need to replace the first character.
> >
> > com32/lib/chrreplace.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/com32/lib/chrreplace.c b/com32/lib/chrreplace.c
> > index 65786f9..cfbf5d4 100644
> > --- a/com32/lib/chrreplace.c
> > +++ b/com32/lib/chrreplace.c
> > @@ -4,8 +4,8 @@
> &g...
2015 Sep 28
0
[PATCH] chrreplace: Don't skip the first character
...;josh at joshtriplett.org>
> > ---
> >
> > I'm assuming, based on a look at the callers, that this is not
> > intentional, and that it just happened that none of the callers happened
> > to ever need to replace the first character.
> >
> > com32/lib/chrreplace.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/com32/lib/chrreplace.c b/com32/lib/chrreplace.c
> > index 65786f9..cfbf5d4 100644
> > --- a/com32/lib/chrreplace.c
> > +++ b/com32/lib/chrreplace.c
> > @@ -4,8 +4,8 @@
> >...
2015 May 07
2
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...calefwd.h:42,
from /usr/include/c++/4.8/bits/ios_base.h:40,
from /usr/include/c++/4.8/iomanip:40,
from csem.h:38,
from csem.cpp:38:
/usr/share/R/include/ctype.h:120:55: error: expected ?,? or ?...? before
?new?
__extern void chrreplace(char *source, char old, char new);
^
In file included from /usr/include/c++/4.8/bits/locale_facets.h:41:0,
from /usr/include/c++/4.8/bits/basic_ios.h:37,
from /usr/include/c++/4.8/ios:44,
f...
2017 Mar 06
0
PATH directive searches in reverse order with wrong separator
...e(char *dst, const char *src)
> if (*src == '/') {
> if (src[1] == '/') {
> src++;
> - i--;
> continue;
> }
> }
Hmm, for some reason your words reminded me of:
"chrreplace: Don't skip the first character"
commit/779a4c85252de59b3134d39961c3f63c99d0ea2e
Very possibly it has nothing to do here, but...
>
> Even with these fixes or workarounds in my testing, the ldlinux
> searching seems broken. Specifically, I have my DHCP server configure
>...
2015 May 07
0
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...from /usr/include/c++/4.8/bits/ios_base.h:40,
> from /usr/include/c++/4.8/iomanip:40,
> from csem.h:38,
> from csem.cpp:38:
> /usr/share/R/include/ctype.h:120:55: error: expected ?,? or ?...? before
> ?new?
> __extern void chrreplace(char *source, char old, char new);
> ^
> In file included from /usr/include/c++/4.8/bits/locale_facets.h:41:0,
> from /usr/include/c++/4.8/bits/basic_ios.h:37,
> from /usr/include/c++/4.8/ios:44,...
2017 Mar 06
3
PATH directive searches in reverse order with wrong separator
I've been trying to get syslinux.efi working in my environment again...
Found what look like a bunch of little bugs that are very frustrating...
First, the documentation on the Wiki says that as of 5.11, the list
separator is space, not colon. But I can find no evidence that 5.11
was ever officially released or that a commit to git was made to make
this change. 6.00 and following still use
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...ntoumax.o strrchr.o strsep.o strspn.o strstr.o \
+ strntoimax.o strntoumax.o strsep.o strspn.o strstr.o \
strtoimax.o strtok.o strtol.o strtoll.o strtoul.o strtoull.o \
strtoumax.o vprintf.o vsprintf.o \
asprintf.o vasprintf.o \
@@ -133,7 +134,7 @@ LIBOTHER_OBJS = \
skipspace.o \
chrreplace.o \
bufprintf.o \
- inet.o \
+ inet.o dhcppack.o dhcpunpack.o \
strreplace.o \
lstrdup.o \
\
@@ -169,7 +170,7 @@ CORELIBOBJS = \
fputs.o fwrite2.o fwrite.o fgetc.o fclose.o errno.o lmalloc.o \
sys/err_read.o sys/err_write.o sys/null_read.o \
sys/s...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com>
The following patch series is available at,
git://git.zytor.com/users/mfleming/syslinux.git elflink
All patches are against the 'elflink' branch.
This series fixes a few serious bugs and some behavioural
incompatibilities with the 4.x series.
Matt Fleming (19):
ldlinux: Initialise 'p' before using it.
ldlinux: Parse