Home
last modified time | relevance | path

Searched hist:"1 ea316270f1f75922ac53976d5d8808a41442f46" (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/less/
H A Dregexp.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dpattern.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dcvt.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dscrsize.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dbrac.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Difile.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dlessecho.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dlsystem.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dmark.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dttyin.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dedit.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dforwback.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dinput.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dlinenum.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dos.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dposition.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Djump.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dsignal.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dlesskey.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Doption.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Doutput.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dtags.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dcharset.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Dcmdbuf.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152
H A Ddecode.cdiff 1ea316270f1f75922ac53976d5d8808a41442f46 Fri Mar 31 23:29:43 CEST 2017 Robert Watson <rwatson@FreeBSD.org> Currently, less(1) uses K&R prototypes, which both fails to provide useful
compiler-time type checking, and also causes problems for targets where
multiple incompatible calling conventions may be selected based on argument
types. This change switches less(1) to ANSI prototypes.

While there, we also remove use of "register", and attempt to use "const" a
bit better now that the compiler can check argument types.

Reviewed by: cem, emaste
MFC after: 3 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D10152

12