Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Issue 18585: Handle strndup in freebsd in the same way it is handled on other... (Closed)

Created:
11 years, 11 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Søren Thygesen Gjesse, alexbl, alexbl
CC:
v8-dev
Visibility:
Public.

Description

Handle strndup in freebsd in the same way it is handled on other platforms that do not support it directly. Committed: http://code.google.com/p/v8/source/detail?r=1148

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -5 lines) Patch
M src/platform-freebsd.cc View 1 chunk +13 lines, -1 line 0 comments Download
M src/platform-macos.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (chromium)
FreeBSD does not support strndup as reported by Alex (V8 issue 202). Use the custom ...
11 years, 11 months ago (2009-01-26 10:49:35 UTC) #1
Søren Thygesen Gjesse
On 2009/01/26 10:49:35, Mads Ager wrote: > FreeBSD does not support strndup as reported by ...
11 years, 11 months ago (2009-01-26 11:26:33 UTC) #2
alexbl
11 years, 11 months ago (2009-01-26 17:01:01 UTC) #3
On 2009/01/26 11:26:33, Søren Gjesse wrote:
> On 2009/01/26 10:49:35, Mads Ager wrote:
> > FreeBSD does not support strndup as reported by Alex (V8 issue 202).  Use
the
> > custom implementation also used on macos and win32.
> 
> LGTM - how did V8 build on FreeBSD in the first place?
When I initially did the platform file for FreeBSD, there was no StrNDup in
there.

Powered by Google App Engine
This is Rietveld 408576698