Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(14)

Issue 1452041: code review 1452041: Correct the regexp for finding unix signal names. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 9 months ago by Raj_
Modified:
14 years, 9 months ago
Reviewers:
CC:
iant, golang-dev, golang-nuts_googlegroups.com, joel.sherrill
Visibility:
Public.

Description

Correct the regexp for finding unix signal names. For example, earlier, the regexp would accept SIGQUEUE_MAX as a unix signal with name SIGQUEUE. Now it is ignored.

Patch Set 1 #

Patch Set 2 : code review 1452041: Correct the regexp for finding unix signal names. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/os/signal/mkunix.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
Raj_
Hello iant (cc: golang-dev@googlegroups.com, golang-nuts@googlegroups.com, joel.sherrill), I'd like you to review this change.
14 years, 9 months ago (2010-06-01 18:29:04 UTC) #1
iant
LGTM
14 years, 9 months ago (2010-06-01 19:01:52 UTC) #2
iant
14 years, 9 months ago (2010-06-01 19:02:07 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=818d49a26fb8 ***

	Correct the regexp for finding unix signal names.
  For example, earlier, the regexp would accept SIGQUEUE_MAX
  as a unix signal with name SIGQUEUE. Now it is ignored.

R=iant
CC=golang-dev, golang-nuts, joel.sherrill
http://codereview.appspot.com/1452041

Committer: Ian Lance Taylor <iant@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b